aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-12-10 13:47:46 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2024-01-08 16:02:36 +0000
commit48d4351977c330a97d8d6929146ee39e77ab0f47 (patch)
tree99aaff64c3b5dcf6af39fd9b1a4cbd0929fbc16c /.github
parenta92465afa651f9f65cd207e5ef739d6e05b62850 (diff)
GitHub actions: bump Xcode version
Change-Id: I1527740715b362fa4ff0be176e1b813baebad557 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml38
1 files changed, 19 insertions, 19 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9f92101a7..be8d7ac3b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -618,62 +618,62 @@ jobs:
matrix:
config:
- {
- name: 'Run macOS tests (Xcode 14.3)',
+ name: 'Run macOS tests (Xcode 15.1)',
runner: 'macos-13',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '14.3',
- testProfile: 'xcode_14_3-macosx-x86_64',
+ xcodeVersion: '15.1',
+ testProfile: 'xcode_15_1-macosx-x86_64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run macOS tests (Xcode 14.3, Qt 5.15)',
+ name: 'Run macOS tests (Xcode 15.1, Qt 5.15)',
runner: 'macos-13',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '14.3',
- testProfile: 'xcode_14_3-macosx-x86_64',
+ xcodeVersion: '15.1',
+ testProfile: 'xcode_15_1-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qt.sh',
}
- {
- name: 'Run iOS tests (Xcode 14.3)',
+ name: 'Run iOS tests (Xcode 15.1)',
runner: 'macos-13',
target: 'ios',
toolchain: 'ios',
- xcodeVersion: '14.3',
- testProfile: 'xcode_14_3-iphoneos-arm64',
+ xcodeVersion: '15.1',
+ testProfile: 'xcode_15_1-iphoneos-arm64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run iOS-sim tests (Xcode 14.3)',
+ name: 'Run iOS-sim tests (Xcode 15.1)',
runner: 'macos-13',
target: 'ios',
toolchain: 'ios',
- xcodeVersion: '14.3',
- testProfile: 'xcode_14_3-iphonesimulator-x86_64',
+ xcodeVersion: '15.1',
+ testProfile: 'xcode_15_1-iphonesimulator-x86_64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run macOS tests (Xcode 14.2)',
+ name: 'Run macOS tests (Xcode 14.3.1)',
runner: 'macos-13',
target: 'desktop',
toolchain: 'clang_64',
- xcodeVersion: '14.2',
- testProfile: 'xcode_14_2-macosx-x86_64',
+ xcodeVersion: '14.3.1',
+ testProfile: 'xcode_14_3_1-macosx-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',
}