Skip to content

Commit 7309b43

Browse files
committed
Use newer Xcode
1 parent 77b493e commit 7309b43

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@ env:
55
IOS_VERSION: "17.2"
66
jobs:
77
build:
8-
runs-on: macos-14
8+
runs-on: macos-15
99
steps:
1010
- uses: actions/checkout@v2
11-
- name: "Select Xcode"
12-
# Currently only works with Xcode 14.2:
13-
# https://github.com/CocoaPods/CocoaPods/issues/11839
14-
run: |
15-
xcode-select -p
16-
sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
1711
- name: "Lint"
1812
run: make lint
1913
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"

0 commit comments

Comments
 (0)