aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-05-01 01:16:32 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-06-07 13:45:17 +0000
commit134d6b6666c1d121b6134a02c4766576705700aa (patch)
treeba18332f4d201fc4c63b7131095035b8a4ad0fed
parentaedb20891dd628c638bd4302765391b371855bf6 (diff)
GitHub actions: Bump Xcode version to 14.3v2.0.22.0
And remove old 12.5 job. Change-Id: I96a990e9417603d19dc841546e858f9b68665f25 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml51
1 files changed, 30 insertions, 21 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d81325349..9cc6ec21d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -623,63 +623,72 @@ jobs:
matrix:
config:
- {
- name: 'Run macOS tests (Xcode 14.2)',
- runner: 'macos-12',
+ name: 'Run macOS tests (Xcode 14.3)',
+ runner: 'macos-13',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '14.2',
+ xcodeVersion: '14.3',
+ testProfile: 'xcode_14_3-macosx-x86_64',
+ qtVersion: '5.15.2',
+ script: './scripts/test-qbs.sh',
+ }
+ - {
+ name: 'Run macOS tests (Xcode 14.3)',
+ runner: 'macos-13',
+ target: 'desktop',
+ toolchain: 'clang_64',
+ xcodeVersion: '14.3',
testProfile: 'xcode_14_2-macosx-x86_64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run macOS tests (Xcode 14.2, Qt 5.15)',
- runner: 'macos-12',
+ name: 'Run macOS tests (Xcode 14.3, Qt 5.15)',
+ runner: 'macos-13',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '14.2',
+ xcodeVersion: '14.3',
testProfile: 'xcode_14_2-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qt.sh',
}
- {
- name: 'Run iOS tests (Xcode 14.2)',
- runner: 'macos-12',
+ name: 'Run iOS tests (Xcode 14.3)',
+ runner: 'macos-13',
target: 'ios',
toolchain: 'ios',
- xcodeVersion: '14.2',
+ xcodeVersion: '14.3',
testProfile: 'xcode_14_1-iphoneos-arm64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run iOS-sim tests (Xcode 14.2)',
- runner: 'macos-12',
+ name: 'Run iOS-sim tests (Xcode 14.3)',
+ runner: 'macos-13',
target: 'ios',
toolchain: 'ios',
- xcodeVersion: '14.2',
+ xcodeVersion: '14.3',
testProfile: 'xcode_14_1-iphonesimulator-x86_64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run macOS tests (Xcode 13.4)',
- runner: 'macos-12',
+ name: 'Run macOS tests (Xcode 14.2)',
+ runner: 'macos-13',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '13.4.1',
- testProfile: 'xcode_13_4_1-macosx-x86_64',
+ xcodeVersion: '14.2',
+ testProfile: 'xcode_14_2-macosx-x86_64',
qtVersion: '6.5.0',
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: '6.5.0',
script: './scripts/test-qbs.sh',
}