Skip to content

Commit a4ce52e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
NIXPKGS_ALLOW_UNFREE: 1
77
jobs:
88
test:
9-
runs-on: ubuntu-20.04
9+
runs-on: 'ubuntu-24.04'
1010
steps:
1111
- uses: actions/checkout@v2.3.4
1212
- uses: cachix/install-nix-action@v16

0 commit comments

Comments
 (0)