File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 # test is copied pasted from test.yml - do in a clean way in the future
99 # BEGIN COPY PASTE FROM TEST.YML
1010 test :
11- runs-on : macos-15
11+ runs-on : macos-14
1212
1313 strategy :
1414 fail-fast : false
2323 run : fastlane ${{ matrix.platform }} tests
2424
2525 pod-lint :
26- runs-on : macos-15
26+ runs-on : macos-14
2727
2828 steps :
2929 - uses : actions/checkout@v4
3434 # END COPY PASTE FROM TEST.YML
3535
3636 deploy-cocoapods :
37- runs-on : macos-15
37+ runs-on : macos-14
3838 needs : [pod-lint, test]
3939
4040 steps :
4747 COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
4848
4949 sign-and-build-frameworks :
50- runs-on : macos-15
50+ runs-on : macos-14
5151 needs : [pod-lint, test]
5252
5353 steps :
Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- runs-on : macos-15
11+ runs-on : macos-14
1212
1313 strategy :
1414 fail-fast : false
2323 run : fastlane ${{ matrix.platform }} tests
2424
2525 pod-lint :
26- runs-on : macos-15
26+ runs-on : macos-14
2727
2828 steps :
2929 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments