update what image the action runs on
Some checks failed
Test action / Print hello world (push) Failing after 1s
Some checks failed
Test action / Print hello world (push) Failing after 1s
This commit is contained in:
parent
b0d3100440
commit
44d7f78494
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
hello:
|
||||
name: Print hello world
|
||||
runs-on: default
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8
|
||||
|
|
Reference in a new issue