File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 88 - " SNUTT/**"
99 - " .github/workflows/SNUTT/**"
1010
11+ env :
12+ XCODE_VERSION : " 26.2"
13+
1114jobs :
1215 check-and-test :
1316 runs-on : macos-latest
2427 - name : Setup Xcode
2528 uses : maxim-lobanov/setup-xcode@v1
2629 with :
27- xcode-version : " 26.0.1 "
30+ xcode-version : ${{ env.XCODE_VERSION }}
2831
2932 - name : Create XCConfig files from secrets
3033 run : |
Original file line number Diff line number Diff line change 77 - " testflight/v*"
88 - " testflight/dev/v*"
99
10+ env :
11+ XCODE_VERSION : " 26.2"
12+
1013jobs :
1114 deploy :
1215 runs-on : macos-latest
5760 - name : Setup Xcode
5861 uses : maxim-lobanov/setup-xcode@v1
5962 with :
60- xcode-version : " 26.0.1 "
63+ xcode-version : ${{ env.XCODE_VERSION }}
6164
6265 - name : Setup mise (Tuist)
6366 uses : jdx/mise-action@v2
You can’t perform that action at this time.
0 commit comments