From 3cc4f248c048feeea5912360b655ec2b0acea17a Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Fri, 28 Oct 2022 02:04:38 +0300 Subject: GitHub actions: Bump Xcode version Change-Id: I490133c1c4b25752142f2b82a9878394cad1b885 Reviewed-by: Christian Kandeler --- .github/workflows/main.yml | 39 ++++++++++++++++++++------------------- 1 file 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', } -- cgit v1.2.3