We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b493e commit 7309b43Copy full SHA for 7309b43
.github/workflows/build.yml
@@ -5,15 +5,9 @@ env:
5
IOS_VERSION: "17.2"
6
jobs:
7
build:
8
- runs-on: macos-14
+ runs-on: macos-15
9
steps:
10
- 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
17
- name: "Lint"
18
run: make lint
19
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
0 commit comments