CI test: try to make checkout action working
Some checks failed
/ Build Nix targets (push) Failing after 9s
Some checks failed
/ Build Nix targets (push) Failing after 9s
This commit is contained in:
parent
c683ecfeea
commit
6c5e3edfa1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
||||||
name: Build Nix targets
|
name: Build Nix targets
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ubuntu:22.04
|
image: ubuntu:24.04
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue