Skip to content

Commit

Permalink
Add macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Oct 1, 2024
1 parent 586435b commit b008cf0
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-12, macos-13, macos-14, macos-15]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -41,7 +41,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: Configure MacPorts Base
Expand Down

0 comments on commit b008cf0

Please sign in to comment.