Skip to content

Commit

Permalink
ci: run tests on macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 10, 2025
1 parent 8814df2 commit 49b7105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
# binaries wanted: linux amd64, mac intel, mac M1, windows x86
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
os: [ ubuntu-latest, macos-15, macos-13, macos-14, windows-latest ]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 49b7105

Please sign in to comment.