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 8
8
jobs :
9
9
release :
10
10
name : Publish GitHub and Cocoapods release
11
- runs-on : macos-12
11
+ runs-on : macos-14
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@v2
15
15
16
16
- 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
18
18
19
19
- name : Build
20
20
run : |
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
test :
16
16
name : Run tests on macOS
17
- runs-on : macos-12
17
+ runs-on : macos-14
18
18
steps :
19
19
- name : Checkout
20
20
uses : actions/checkout@v2
21
21
- 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
23
23
- name : Build and test
24
24
run : swift test --enable-code-coverage --disable-automatic-resolution
25
25
shell : bash
You can’t perform that action at this time.
0 commit comments