Skip to content

Commit

Permalink
try new m1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton committed Feb 5, 2024
1 parent 10d00c8 commit 2b65d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
CI:
strategy:
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
runner: [ubuntu-latest, macos-latest, macos-14, windows-latest]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2b65d03

Please sign in to comment.