Skip to content

Commit 0e3eaad

Browse files
Update CI
1 parent b4a3438 commit 0e3eaad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ on:
1313
branches:
1414
- main
1515

16-
env:
17-
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
18-
1916
jobs:
2017
test:
2118
name: Test
22-
runs-on: macos-13
19+
runs-on: macos-14
20+
env:
21+
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
2322
strategy:
2423
matrix:
2524
destination:

0 commit comments

Comments
 (0)