Change location

This commit is contained in:
Antoine Martin 2024-08-11 16:26:58 -04:00
parent 722bb53a50
commit 844167cdc3
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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: