Skip to content

Commit

Permalink
Add macOS 15 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Oct 1, 2024
1 parent 404dc7a commit 1f565c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-14, ubuntu-latest]
os: [macos-12, macos-13, macos-14, macos-15, ubuntu-latest]

steps:
- name: Checkout repository
Expand All @@ -29,7 +29,7 @@ jobs:
case "`uname -r`" in
22.*) sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
;;
23.*) sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
23.*) sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
;;
esac
- name: Install Linux Dependencies
Expand Down

0 comments on commit 1f565c6

Please sign in to comment.