aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2022-08-23 23:31:35 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2022-08-24 15:08:05 +0000
commitfc5700eae64b3af376b571b45eb41c6a79a1d75c (patch)
tree62f1cfc7807c8254b9ff10b69981f12a120823c7 /.github/workflows/main.yml
parent539ba0ae6f13785661948417e4f69ba222ecd351 (diff)
GitHub actions: also run iOS tests with XCode 13.4.1
This amends 1f751bf3ee3d14d9018b14528100238d018e9f2e. Change-Id: I03580e3ad22bc8d4c76565389980f74bb6aa97d6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index db90d0aaa..abdd165a6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -635,7 +635,7 @@ jobs:
runner: 'macos-12',
target: 'ios',
toolchain: 'ios',
- testProfile: 'xcode_13_4-iphoneos-arm64',
+ testProfile: 'xcode_13_4_1-iphoneos-arm64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}