Change location
This commit is contained in:
parent
722bb53a50
commit
844167cdc3
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@ jobs:
|
|||
lint:
|
||||
run-name: lint
|
||||
on: pull_request
|
||||
runs-on: ayakael-podman-x86_64
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
|
@ -14,7 +14,8 @@ jobs:
|
|||
|
||||
build-x86_64:
|
||||
run-name: Build on x86_64
|
||||
runs-on: ayakael-podman-x86_64
|
||||
on: pull_request
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
Loading…
Reference in a new issue