Skip to content

Commit 455f070

Browse files
committed
Fix build
1 parent 13a3a3d commit 455f070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: macos-latest
8+
runs-on: macos-14
99
permissions: write-all
1010

1111
env:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Xcode
1919
uses: maxim-lobanov/setup-xcode@v1.6.0
2020
with:
21-
xcode-version: '16.0'
21+
xcode-version: '16.1'
2222

2323
- name: Build
2424
run: |

0 commit comments

Comments
 (0)