Skip to content

Commit 7861541

Browse files
committed
update ci image
1 parent 54cca28 commit 7861541

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-14
11+
runs-on: macos-15
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Run tests
1515
env:
16-
DEVELOPER_DIR: /Applications/Xcode_16.app
16+
DEVELOPER_DIR: /Applications/Xcode_16.4.app
1717
run: xcodebuild test -scheme Xcodes

0 commit comments

Comments
 (0)