Switch to Ubuntu runner
All checks were successful
hello-world-example / say-hello (push) Successful in 27s
All checks were successful
hello-world-example / say-hello (push) Successful in 27s
This commit is contained in:
parent
6026938c77
commit
285396375c
2
.github/workflows/hello-world.yaml
vendored
2
.github/workflows/hello-world.yaml
vendored
@ -3,7 +3,7 @@ on:
|
||||
push:
|
||||
jobs:
|
||||
say-hello:
|
||||
runs-on: alpine
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Say Hello
|
||||
|
||||
Loading…
Reference in New Issue
Block a user