File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
env :
10
- XCODE_VERSION : 16.1.0
10
+ XCODE_VERSION : 16.3.0
11
+ # FIXME: revert to macos-latest when Xcode 16.3 is available by end of August 2025
12
+ MACOS_LABEL : macos-15
11
13
TUIST_TEST_DEVICE : iPad (10th generation)
12
14
TUIST_TEST_PLATFORM : iOS
13
15
14
16
jobs :
15
17
development-tests :
16
- runs-on : macos-latest
18
+ runs-on : ${{ env.MACOS_LABEL }}
17
19
18
20
name : " development-tests [iOS ${{ matrix.sdk }}]"
19
21
62
64
63
65
# FIXME: these should probably be run with a matrix too
64
66
snapshot-tests :
65
- runs-on : macos-latest
67
+ runs-on : ${{ env.MACOS_LABEL }}
66
68
67
69
env :
68
70
TUIST_TEST_OS : 18.1
85
87
run : tuist test --path Samples
86
88
87
89
package-tests :
88
- runs-on : macos-latest
90
+ runs-on : ${{ env.MACOS_LABEL }}
89
91
90
92
steps :
91
93
- uses : actions/checkout@v4
99
101
run : swift test
100
102
101
103
tutorial :
102
- runs-on : macos-latest
104
+ runs-on : ${{ env.MACOS_LABEL }}
103
105
104
106
steps :
105
107
- uses : actions/checkout@v4
@@ -115,7 +117,7 @@ jobs:
115
117
run : tuist test --path Samples/Tutorial TutorialTests
116
118
117
119
swiftformat :
118
- runs-on : macos-latest
120
+ runs-on : ${{ env.MACOS_LABEL }}
119
121
120
122
steps :
121
123
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments