Skip to content

Commit

Permalink
CI: remove deprecated macos-12 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Dec 9, 2024
1 parent 870280a commit bb203de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-in-nix-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build_init:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-12]
os: [ubuntu-22.04, ubuntu-20.04, macos-13]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
nix-build:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-12]
os: [ubuntu-22.04, ubuntu-20.04, macos-13]
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand Down

0 comments on commit bb203de

Please sign in to comment.