aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2022-10-28 02:04:38 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2022-11-02 15:53:10 +0000
commit3cc4f248c048feeea5912360b655ec2b0acea17a (patch)
tree870407228ab4936e13812c5f30218cce7b3a806a
parent9cf41cacc76d7a2e8b641723bbdb9e191dc014e5 (diff)
GitHub actions: Bump Xcode version
Change-Id: I490133c1c4b25752142f2b82a9878394cad1b885 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml39
1 files changed, 20 insertions, 19 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0c01ec534..0ca8517bd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -613,62 +613,63 @@ jobs:
matrix:
config:
- {
- name: 'Run macOS tests (Xcode 13.4)',
+ name: 'Run macOS tests (Xcode 14.1)',
runner: 'macos-12',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '13.4.1',
- testProfile: 'xcode_13_4_1-macosx-x86_64',
+ xcodeVersion: '14.1',
+ testProfile: 'xcode_14_1-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run macOS tests (Xcode 13.4, Qt 6.3)',
+ name: 'Run macOS tests (Xcode 14.1, Qt 6.3)',
runner: 'macos-12',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '13.4.1',
- testProfile: 'xcode_13_4_1-macosx-x86_64',
+ xcodeVersion: '14.1',
+ testProfile: 'xcode_14_1-macosx-x86_64',
qtVersion: '6.3.1',
script: './scripts/test-qt.sh',
}
- {
- name: 'Run iOS tests (Xcode 13.4)',
+ name: 'Run iOS tests (Xcode 14.1)',
runner: 'macos-12',
target: 'ios',
toolchain: 'ios',
- xcodeVersion: '13.4.1',
- testProfile: 'xcode_13_4_1-iphoneos-arm64',
+ xcodeVersion: '14.1',
+ testProfile: 'xcode_14_1-iphoneos-arm64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run iOS-sim tests (Xcode 13.4)',
+ name: 'Run iOS-sim tests (Xcode 14.1)',
runner: 'macos-12',
target: 'ios',
toolchain: 'ios',
- xcodeVersion: '13.4.1',
- testProfile: 'xcode_13_4_1-iphonesimulator-x86_64',
+ xcodeVersion: '14.1',
+ testProfile: 'xcode_14_1-iphonesimulator-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run macOS tests (Xcode 12.5)',
- runner: 'macos-11',
+ name: 'Run macOS tests (Xcode 13.4)',
+ runner: 'macos-12',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '12.5.1',
- testProfile: 'xcode_12_5_1-macosx-x86_64',
+ xcodeVersion: '13.4.1',
+ testProfile: 'xcode_13_4_1-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
+
- {
- name: 'Run macOS tests (Xcode 11.7)',
+ name: 'Run macOS tests (Xcode 12.5)',
runner: 'macos-11',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '11.7',
- testProfile: 'xcode_11_7-macosx-x86_64',
+ xcodeVersion: '12.5.1',
+ testProfile: 'xcode_12_5_1-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}