Skip to content

Commit

Permalink
CI: Migrate away from macos-12 runners
Browse files Browse the repository at this point in the history
The macos-12 runners are deprecated and will be removed soon.

See actions/runner-images#10721
  • Loading branch information
avdv committed Nov 14, 2024
1 parent 96583a4 commit 71beeaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-13
bzlmodEnabled:
- true
- false
Expand All @@ -31,7 +31,7 @@ jobs:
- false
exclude:
# skip nix remote jobs on MacOS
- os: macos-12
- os: macos-13
withNixRemote: true
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 71beeaa

Please sign in to comment.