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 2fc4ba2 commit 37ed3efCopy full SHA for 37ed3ef
.github/workflows/main.yml
@@ -18,13 +18,13 @@ permissions:
18
19
jobs:
20
iOS:
21
- runs-on: macos-13
+ runs-on: macos-latest
22
steps:
23
- uses: actions/checkout@v4
24
with:
25
fetch-depth: 1
26
27
- - name: Select Xcode versionAdd commentMore actions
+ - name: Select Xcode version
28
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
29
30
- name: Import signing keys
0 commit comments