Skip to content

Commit

Permalink
chore: upgrade deprecated runner
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Jan 1, 2025
1 parent 102d612 commit 9171ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-12, macos-14, ubuntu-latest ]
os: [ macos-13, macos-14, ubuntu-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -38,7 +38,7 @@ jobs:
nix build .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel
check_x86_64-darwin:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9171ef3

Please sign in to comment.