Skip to content

Commit

Permalink
ci: Use macos-latest rather than macos-14 (#21)
Browse files Browse the repository at this point in the history
macos-latest is now macos-14 and we'd want to keep moving forward in the
future as it updates.

When this was done, macos-latest was still an older version.
  • Loading branch information
waywardmonkeys authored Jul 23, 2024
1 parent a7e3826 commit 311ff45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# We use macos-14 as that is an arm runner. These have the virtgpu support we need
os: [windows-latest, macos-14, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
include:
- os: ubuntu-latest
gpu: 'yes'
- os: macos-14
- os: macos-latest
gpu: 'yes'
- os: windows-latest
# TODO: The windows runners theoretically have CPU fallback for GPUs, but
Expand Down

0 comments on commit 311ff45

Please sign in to comment.