Skip to content

Commit

Permalink
fix: bump deprecated macOS x64 runners (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo authored Oct 13, 2024
1 parent 86c6e6f commit 05e03ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
11 changes: 4 additions & 7 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 All @@ -21,11 +20,9 @@ jobs:
- stable
msys2: [true, false]
exclude:
- os: macos-12
- os: macos-13
msys2: true
- os: macos-14
msys2: true
- os: macos-stable
- os: macos-latest
msys2: true
- os: ubuntu-latest
msys2: true
Expand Down
13 changes: 5 additions & 8 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-13 # x64
- macos-latest # arm64
- ubuntu-latest
- windows-latest
config:
Expand All @@ -29,7 +28,7 @@ jobs:
- false
# Exclude combos that do not make sense (we dont have aarm64 for 1.2.2)
exclude:
- os: macos-14
- os: macos-13
config: {version: '1.2.2', branch: ''}
- os: macos-latest
config: {version: '1.2.2', branch: ''}
Expand All @@ -39,11 +38,9 @@ jobs:

# We don't exclude the following because this way we verify that the
# same cache is used for both msys2 true and false on non-Windows.
# - os: macos-12
# - os: macos-13
# msys2: true
# - os: macos-14
# msys2: true
# - os: macos-stable
# - os: macos-latest
# msys2: true
# - os: ubuntu-latest
# msys2: true
Expand Down

0 comments on commit 05e03ec

Please sign in to comment.