Skip to content

Commit

Permalink
update runner to MacOS13, Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Nov 22, 2023
1 parent 19f1fd8 commit b9dc7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:

jobs:
test:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
run: xcodebuild test -scheme Xcodes

0 comments on commit b9dc7bf

Please sign in to comment.