Skip to content

Commit

Permalink
ci: stop pinning NixOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Dec 10, 2024
1 parent ceaac68 commit 1117e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ concurrency:
jobs:
checks:
name: Quality Check
runs-on: nixos-24.05
runs-on: nixos
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install Nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v30

- name: Nix Format Check
run: nix fmt -- . --check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: nixos-24.05
runs-on: nixos
steps:
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
Expand Down

0 comments on commit 1117e2a

Please sign in to comment.