Skip to content

Commit

Permalink
ci: stop pinning NixOS version
Browse files Browse the repository at this point in the history
This would allow easier NixOS updates of the runner machine.
  • Loading branch information
nbdd0121 committed Dec 10, 2024
1 parent 181cb38 commit 289de6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: sw/legacy/build

simulator:
runs-on: nixos-24.05
runs-on: nixos

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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
Expand Down

0 comments on commit 289de6e

Please sign in to comment.