Skip to content

Commit b9dc7bf

Browse files
committed
update runner to MacOS13, Xcode 15
1 parent 19f1fd8 commit b9dc7bf

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-12
11+
runs-on: macos-13
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Run tests
1515
env:
16-
DEVELOPER_DIR: /Applications/Xcode_14.2.app
16+
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
1717
run: xcodebuild test -scheme Xcodes

0 commit comments

Comments
 (0)