Skip to content

Commit 0641d0c

Browse files
committed
ci: stop pinning NixOS version
This would allow easier NixOS updates of the runner machine.
1 parent 181cb38 commit 0641d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: sw/legacy/build
5555

5656
simulator:
57-
runs-on: nixos-24.05
57+
runs-on: nixos
5858

5959
steps:
6060
- uses: actions/checkout@v4

.github/workflows/site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
environment:
2828
name: github-pages
2929
url: ${{ steps.deployment.outputs.page_url }}
30-
runs-on: nixos-24.05
30+
runs-on: nixos
3131
steps:
3232
- name: Install Nix
3333
uses: cachix/install-nix-action@v27

0 commit comments

Comments
 (0)