summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-05-01 01:33:14 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-05-02 09:33:12 +0000
commit42c921000894b0d3e7d6a00c15829a57ea16d6d5 (patch)
tree71c7e2bfc8135a84c51ee12c0221b15c71d26648
parent08505e99e004bdfe09ece062670ccae3a8ee7576 (diff)
downloadqbs-42c921000894b0d3e7d6a00c15829a57ea16d6d5.tar.gz
GitHub actions: bump Xcode version to 14.2
Change-Id: Ia650a42f6b88fd8eceb1bf24663baeee17835e35 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml20
1 files 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',