From 42c921000894b0d3e7d6a00c15829a57ea16d6d5 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Mon, 1 May 2023 01:33:14 +0300 Subject: GitHub actions: bump Xcode version to 14.2 Change-Id: Ia650a42f6b88fd8eceb1bf24663baeee17835e35 Reviewed-by: Christian Kandeler --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2da8bf997..6740ddf51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -623,41 +623,41 @@ jobs: matrix: config: - { - name: 'Run macOS tests (Xcode 14.1)', + name: 'Run macOS tests (Xcode 14.2)', runner: 'macos-12', target: 'desktop', toolchain: 'clang_64', - xcodeVersion: '14.1', - testProfile: 'xcode_14_1-macosx-x86_64', + xcodeVersion: '14.2', + testProfile: 'xcode_14_2-macosx-x86_64', qtVersion: '5.15.2', script: './scripts/test-qbs.sh', } - { - name: 'Run macOS tests (Xcode 14.1, Qt 6.3)', + name: 'Run macOS tests (Xcode 14.2, Qt 6.3)', runner: 'macos-12', target: 'desktop', toolchain: 'clang_64', - xcodeVersion: '14.1', - testProfile: 'xcode_14_1-macosx-x86_64', + xcodeVersion: '14.2', + testProfile: 'xcode_14_2-macosx-x86_64', qtVersion: '6.3.1', script: './scripts/test-qt.sh', } - { - name: 'Run iOS tests (Xcode 14.1)', + name: 'Run iOS tests (Xcode 14.2)', runner: 'macos-12', target: 'ios', toolchain: 'ios', - xcodeVersion: '14.1', + xcodeVersion: '14.2', testProfile: 'xcode_14_1-iphoneos-arm64', qtVersion: '5.15.2', script: './scripts/test-qbs.sh', } - { - name: 'Run iOS-sim tests (Xcode 14.1)', + name: 'Run iOS-sim tests (Xcode 14.2)', runner: 'macos-12', target: 'ios', toolchain: 'ios', - xcodeVersion: '14.1', + xcodeVersion: '14.2', testProfile: 'xcode_14_1-iphonesimulator-x86_64', qtVersion: '5.15.2', script: './scripts/test-qbs.sh', -- cgit v1.2.1