Skip to content

Commit f37f0c5

Browse files
committed
update build.yml for xcode16
Signed-off-by: Jon Bauer <[email protected]>
1 parent f1c64bd commit f37f0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ env:
1919
jobs:
2020
lint:
2121
name: build
22-
runs-on: macos-13
22+
runs-on: macos-15
2323

2424
steps:
2525
- name: Checkout Code
2626
uses: actions/checkout@v3
2727

2828
- uses: maxim-lobanov/setup-xcode@v1
2929
with:
30-
xcode-version: '15.0.1'
30+
xcode-version: '16.2'
3131

3232
# - name: Install lcov
3333
# run: brew install [email protected] && brew link --overwrite --force [email protected]

0 commit comments

Comments
 (0)