File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Publish GitHub and Cocoapods release
11- runs-on : macos-12
11+ runs-on : macos-14
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v2
1515
1616 - name : Select Xcode version
17- run : sudo xcode-select --switch /Applications/Xcode_14.1 .app
17+ run : sudo xcode-select --switch /Applications/Xcode_16.2 .app
1818
1919 - name : Build
2020 run : |
Original file line number Diff line number Diff line change 1414jobs :
1515 test :
1616 name : Run tests on macOS
17- runs-on : macos-12
17+ runs-on : macos-14
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v2
2121 - name : Select Xcode version
22- run : sudo xcode-select --switch /Applications/Xcode_14.1 .app
22+ run : sudo xcode-select --switch /Applications/Xcode_16.2 .app
2323 - name : Build and test
2424 run : swift test --enable-code-coverage --disable-automatic-resolution
2525 shell : bash
You can’t perform that action at this time.
0 commit comments