Skip to content

Commit

Permalink
Merge pull request #283 from gerlero/actions
Browse files Browse the repository at this point in the history
Test on macOS 15 Sequoia
  • Loading branch information
gerlero authored Oct 1, 2024
2 parents dc9dec3 + de6e0ec commit 0ed3de3
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 0ed3de3

Please sign in to comment.