This commit is contained in:
parent
e2f07f6eb4
commit
9032f79da5
2 changed files with 4 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nixos
|
runs-on: nixos-latest
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,10 @@
|
||||||
# "ubuntu-22.04:docker://node:16-bullseye"
|
# "ubuntu-22.04:docker://node:16-bullseye"
|
||||||
# "ubuntu-20.04:docker://node:16-bullseye"
|
# "ubuntu-20.04:docker://node:16-bullseye"
|
||||||
# "ubuntu-18.04:docker://node:16-buster"
|
# "ubuntu-18.04:docker://node:16-buster"
|
||||||
|
"node-22:docker://node:22-bookworm"
|
||||||
|
"nixos-latest:docker://nixos/nix"
|
||||||
## optionally provide native execution on the host:
|
## optionally provide native execution on the host:
|
||||||
"nixos:host"
|
"native:host"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue