From 48d4351977c330a97d8d6929146ee39e77ab0f47 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sun, 10 Dec 2023 13:47:46 +0300 Subject: GitHub actions: bump Xcode version Change-Id: I1527740715b362fa4ff0be176e1b813baebad557 Reviewed-by: Christian Kandeler --- .github/workflows/main.yml | 38 +++++++++++++++++++------------------- 1 file 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', } -- cgit v1.2.3