aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-06-17 23:10:15 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-06-19 09:51:43 +0000
commit706c64bb8521165eca193f93e8f6e55f73732af7 (patch)
treedf7ac613cd1afd36bb16e4dca16a9cf34cc00766 /.github
parenteb008eac0535ac8265cbacb449fac6806204ebe3 (diff)
GitHub actions: fix Xcode profiles
This amends 134d6b6666c1d121b6134a02c4766576705700aa. Change-Id: I037a538c85c7c03f4e7449d5628ad839356501ed Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fa17da28f..c41be8307 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -622,7 +622,7 @@ jobs:
target: 'desktop',
toolchain: 'clang_64',
xcodeVersion: '14.3',
- testProfile: 'xcode_14_2-macosx-x86_64',
+ testProfile: 'xcode_14_3-macosx-x86_64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
@@ -632,7 +632,7 @@ jobs:
target: 'desktop',
toolchain: 'clang_64',
xcodeVersion: '14.3',
- testProfile: 'xcode_14_2-macosx-x86_64',
+ testProfile: 'xcode_14_3-macosx-x86_64',
qtVersion: '5.15.2',
script: './scripts/test-qt.sh',
}
@@ -642,7 +642,7 @@ jobs:
target: 'ios',
toolchain: 'ios',
xcodeVersion: '14.3',
- testProfile: 'xcode_14_1-iphoneos-arm64',
+ testProfile: 'xcode_14_3-iphoneos-arm64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
@@ -652,7 +652,7 @@ jobs:
target: 'ios',
toolchain: 'ios',
xcodeVersion: '14.3',
- testProfile: 'xcode_14_1-iphonesimulator-x86_64',
+ testProfile: 'xcode_14_3-iphonesimulator-x86_64',
qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}