Skip to content

Commit

Permalink
Use new CI machine
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Mar 27, 2024
1 parent 7a7314e commit 7421c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
checks:
name: Quality Check
runs-on: ubuntu-latest
runs-on: nixos-23.11
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
# Save some computation. If the checks fail, don't build.
needs: checks
name: Generate Build Plan
runs-on: ubuntu-latest
runs-on: nixos-23.11
outputs:
attrs: ${{ steps.plan.outputs.ATTRS }}
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
build:
needs: build-plan
name: Build
runs-on: ubuntu-latest
runs-on: nixos-23.11
# Matrix can't be empty, so skip the job entirely if nothing needs to be rebuilt.
if: fromJSON(needs.build-plan.outputs.attrs)[0] != null
strategy:
Expand Down

0 comments on commit 7421c69

Please sign in to comment.