aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2022-08-28 16:01:19 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2022-08-29 08:51:17 +0000
commit115bf3d75ebfa8f25834488505a0adaa20129edd (patch)
treeb7091c43f2affc19fe3fa7b310f11f09b5d56696
parent7ea5e673c9ac246e33d3f0d533dc61bd2d4a6448 (diff)
GitHub actions: fix macos runner name
It's macos-11, not macos-11.0, see https://github.com/actions/runner-images Change-Id: I336faf2c055a8b63b0fd0e1b0af8c4224f42dc2c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index abdd165a6..811add8cc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -650,7 +650,7 @@ jobs:
}
- {
name: 'Run macOS tests (Xcode 12.5)',
- runner: 'macos-11.0',
+ runner: 'macos-11',
target: 'desktop',
toolchain: 'clang_64',
testProfile: 'xcode_12_5_1-macosx-x86_64',
@@ -659,7 +659,7 @@ jobs:
}
- {
name: 'Run macOS tests (Xcode 11.7)',
- runner: 'macos-11.0',
+ runner: 'macos-11',
target: 'desktop',
toolchain: 'clang_64',
testProfile: 'xcode_11_7-macosx-x86_64',