File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010jobs :
1111 deploy :
1212 name : Deploying to TestFlight
13- runs-on : macOS-14
13+ runs-on : macOS-15
1414
1515 steps :
1616 - name : Checkout repository
3939 JUDGE0_KEY : " "
4040 JUDGE0_ENDPOINT : " "
4141 DISTRIBUTE_EXTERNAL : " true"
42- XCODE_PATH : " /Applications/Xcode_15 .4.app"
42+ XCODE_PATH : " /Applications/Xcode_16 .4.app"
4343
4444 - name : Upload Artifact
4545 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ concurrency:
88jobs :
99 deploy :
1010 name : Deploying to App Store
11- runs-on : macOS-14
11+ runs-on : macOS-15
1212
1313 steps :
1414 - name : Checkout repository
3737 JUDGE0_KEY : " ${{ secrets.JUDGE0_KEY }}"
3838 JUDGE0_ENDPOINT : " ${{ secrets.JUDGE0_ENDPOINT }}"
3939 DISTRIBUTE_EXTERNAL : " false"
40- XCODE_PATH : " /Applications/Xcode_15 .4.app"
40+ XCODE_PATH : " /Applications/Xcode_16 .4.app"
Original file line number Diff line number Diff line change 77
88jobs :
99 Linting :
10- runs-on : macOS-14
10+ runs-on : macOS-15
1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Install swift-format
1717 - name : Unit Tests
1818 run : fastlane tests
1919 env :
20- XCODE_PATH : " /Applications/Xcode_15 .4.app"
20+ XCODE_PATH : " /Applications/Xcode_16 .4.app"
You can’t perform that action at this time.
0 commit comments