Skip to content

Commit 5c8b9c5

Browse files
authored
chore: update xcode to 16.2 and to macos-latest (#25)
1 parent 47b8c9a commit 5c8b9c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ on:
1515

1616
jobs:
1717
build:
18-
runs-on: macos-14
18+
runs-on: macos-latest
1919
timeout-minutes: 30
2020
steps:
21-
- run: sudo xcode-select --switch /Applications/Xcode_15.1.app
21+
- run: sudo xcode-select --switch /Applications/Xcode_16.2.app
2222
- uses: actions/checkout@v4
2323
- name: Install dependencies
2424
run: brew install ghr

0 commit comments

Comments
 (0)