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 77 pull_request :
88
99env :
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
1113 TUIST_TEST_DEVICE : iPad (10th generation)
1214 TUIST_TEST_PLATFORM : iOS
1315
1416jobs :
1517 development-tests :
16- runs-on : macos-latest
18+ runs-on : ${{ env.MACOS_LABEL }}
1719
1820 name : " development-tests [iOS ${{ matrix.sdk }}]"
1921
6264
6365 # FIXME: these should probably be run with a matrix too
6466 snapshot-tests :
65- runs-on : macos-latest
67+ runs-on : ${{ env.MACOS_LABEL }}
6668
6769 env :
6870 TUIST_TEST_OS : 18.1
8587 run : tuist test --path Samples
8688
8789 package-tests :
88- runs-on : macos-latest
90+ runs-on : ${{ env.MACOS_LABEL }}
8991
9092 steps :
9193 - uses : actions/checkout@v4
99101 run : swift test
100102
101103 tutorial :
102- runs-on : macos-latest
104+ runs-on : ${{ env.MACOS_LABEL }}
103105
104106 steps :
105107 - uses : actions/checkout@v4
@@ -115,7 +117,7 @@ jobs:
115117 run : tuist test --path Samples/Tutorial TutorialTests
116118
117119 swiftformat :
118- runs-on : macos-latest
120+ runs-on : ${{ env.MACOS_LABEL }}
119121
120122 steps :
121123 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments