aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-10-21 03:45:08 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2021-10-21 10:11:52 +0000
commit253037dbdeebc7dd63be921b8f3cacd959418f47 (patch)
tree239bbae02e234d8129d7291c793e932fafb72ad1 /.github/workflows/main.yml
parentc88ed67afbc4a4d119f08a1d27030a78c85ed245 (diff)
GitHub actions: fix macOS pipeline
Xcode version has been changed from 12.5 to 12.5.1 Change-Id: I8ab21a0982aeb0d426d20a378e22dc790a552cdd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 935605566..73808a7a0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -598,7 +598,7 @@ jobs:
runner: 'macos-11.0',
target: 'desktop',
toolchain: 'clang_64',
- testProfile: 'xcode_12_5-macosx-x86_64',
+ testProfile: 'xcode_12_5_1-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
@@ -607,7 +607,7 @@ jobs:
runner: 'macos-11.0',
target: 'desktop',
toolchain: 'clang_64',
- testProfile: 'xcode_12_5-macosx-x86_64',
+ testProfile: 'xcode_12_5_1-macosx-x86_64',
qtVersion: '6.0.2',
script: './scripts/test-qt.sh',
}
@@ -616,7 +616,7 @@ jobs:
runner: 'macos-11.0',
target: 'ios',
toolchain: 'ios',
- testProfile: 'xcode_12_5-iphoneos-arm64',
+ testProfile: 'xcode_12_5_1-iphoneos-arm64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
@@ -625,7 +625,7 @@ jobs:
runner: 'macos-11.0',
target: 'ios',
toolchain: 'ios',
- testProfile: 'xcode_12_5-iphonesimulator-x86_64',
+ testProfile: 'xcode_12_5_1-iphonesimulator-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}