Skip to content

Commit dd46112

Browse files
committed
chore: set CI to MacOS 14, Xcode 16
1 parent 74237f8 commit dd46112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

99
jobs:
1010
test:
11-
runs-on: macos-13
11+
runs-on: macos-14
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Run tests
1515
env:
16-
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
16+
DEVELOPER_DIR: /Applications/Xcode_16.app
1717
run: xcodebuild test -scheme Xcodes

0 commit comments

Comments
 (0)