Skip to content

Commit

Permalink
Test on macOS 15 Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Oct 1, 2024
1 parent dc9dec3 commit de6e0ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,12 @@ jobs:
needs: build
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-12, macos-13, macos-14, macos-15]
exclude:
- os: ${{ inputs.build-os == 'macos-14' && 'macos-12' || ''}}
- os: ${{ inputs.build-os == 'macos-14' && 'macos-13' || ''}}
- os: ${{ inputs.build-os != 'macos-14' && 'macos-14' || ''}}
- os: ${{ inputs.build-os != 'macos-14' && 'macos-15' || ''}}
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit de6e0ec

Please sign in to comment.