Skip to content

Commit

Permalink
macos-14 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Feb 18, 2024
1 parent 5030ceb commit af16fd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runsOn:
- ubuntu-22.04
- macos-12
- macos-14
runs-on: ${{ matrix.runsOn }}
steps:
- uses: actions/checkout@v4
Expand All @@ -30,9 +31,9 @@ jobs:
fail-fast: false
matrix:
runsOn:
- ubuntu-20.04
- ubuntu-22.04
- macos-12
- macos-14
runs-on: ${{ matrix.runsOn }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -64,12 +65,12 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix -Lv build "./nix#nixosConfigurations.${{ matrix.nixosConfiguration }}.config.system.build.toplevel"

macos-latest:
macos-14:
strategy:
fail-fast: false
matrix:
runsOn:
- macos-12
- macos-14
runs-on: ${{ matrix.runsOn }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit af16fd9

Please sign in to comment.