fix: runs-on github workflow
Some checks reported warnings
Main / build (push) Has been cancelled

This commit is contained in:
RouxAntoine 2023-08-19 11:35:50 +02:00
parent e6bddca7de
commit 1f9024aa18
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: docker
runs-on: [ "self-hosted", "docker" ]
container:
image: catthehacker/ubuntu:act-22.04
steps: