Skip to content

Commit

Permalink
fix: bump deprecated macOS x64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 13, 2024
1 parent 86c6e6f commit 210dc1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-14
- macos-latest
- macos-13 # x64
- macos-latest # arm64
- ubuntu-latest
- windows-latest
target:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-14
- macos-latest
- macos-12 # x64
- macos-latest # arm64
- ubuntu-latest
- windows-latest
config:
Expand Down

0 comments on commit 210dc1c

Please sign in to comment.