Skip to content

Commit

Permalink
Merge pull request #623 from XcodesOrg/matt/Xcode16
Browse files Browse the repository at this point in the history
chore: set CI to MacOS 14, Xcode 16
  • Loading branch information
MattKiazyk authored Oct 13, 2024
2 parents 74237f8 + dd46112 commit 0f5e42b
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-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
DEVELOPER_DIR: /Applications/Xcode_16.app
run: xcodebuild test -scheme Xcodes

0 comments on commit 0f5e42b

Please sign in to comment.