We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000dfaa commit 31af705Copy full SHA for 31af705
.github/workflows/build.yml
@@ -14,12 +14,12 @@ permissions:
14
15
jobs:
16
build:
17
- runs-on: macos-latest
+ runs-on: macos-15
18
steps:
19
- name: Check Xcode version
20
run: |
21
/usr/bin/xcodebuild -version
22
- sudo /usr/bin/xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer
+ sudo /usr/bin/xcode-select -switch /Applications/Xcode_16.4.app/Contents/Developer
23
24
25
- name: Install iOS platform
0 commit comments