aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2022-08-22 16:49:52 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2022-08-22 16:16:58 +0000
commit1f751bf3ee3d14d9018b14528100238d018e9f2e (patch)
treedf2cf2ce625c2070d2f4ed146c84b98fe7b77e4f
parent583794cc9a50381d8c35d6399efbe5105a3564c6 (diff)
GitHub actions: use XCode 13.4.1 instead of 13.4
Change-Id: Ia630278077856643a07c0b7671f6b048e4720342 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6aab0b6b6..8bf96e198 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -617,7 +617,7 @@ jobs:
runner: 'macos-12',
target: 'desktop',
toolchain: 'clang_64',
- testProfile: 'xcode_13_4-macosx-x86_64',
+ testProfile: 'xcode_13_4_1-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
@@ -626,7 +626,7 @@ jobs:
runner: 'macos-12',
target: 'desktop',
toolchain: 'clang_64',
- testProfile: 'xcode_13_4-macosx-x86_64',
+ testProfile: 'xcode_13_4_1-macosx-x86_64',
qtVersion: '6.3.1',
script: './scripts/test-qt.sh',
}
@@ -644,7 +644,7 @@ jobs:
runner: 'macos-12',
target: 'ios',
toolchain: 'ios',
- testProfile: 'xcode_13_4-iphonesimulator-x86_64',
+ testProfile: 'xcode_13_4_1-iphonesimulator-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}