Skip to content

Commit

Permalink
Merge pull request #610 from tweag/cb/gha-macos-12-13
Browse files Browse the repository at this point in the history
CI: Migrate away from macos-12 runners
  • Loading branch information
avdv authored Nov 22, 2024
2 parents 26571b4 + 71beeaa commit 668609f
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 668609f

Please sign in to comment.