Skip to content

Commit 37ed3ef

Browse files
committed
Update macOS version for iOS builds
1 parent 2fc4ba2 commit 37ed3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ permissions:
1818

1919
jobs:
2020
iOS:
21-
runs-on: macos-13
21+
runs-on: macos-latest
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 1
2626

27-
- name: Select Xcode versionAdd commentMore actions
27+
- name: Select Xcode version
2828
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
2929

3030
- name: Import signing keys

0 commit comments

Comments
 (0)