Skip to content

Commit f4e6d91

Browse files
billnapierjtacoma
authored andcommitted
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent 686d542 commit f4e6d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nix-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
NIXPKGS_ALLOW_UNFREE: 1
55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: 'ubuntu-24.04'
88
steps:
99
- uses: actions/checkout@v2.3.4
1010
- uses: cachix/install-nix-action@v16

0 commit comments

Comments
 (0)