diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index d559938..5590dbd 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -4,7 +4,7 @@ on: [push] jobs: build-debian: - runs-on: debian + runs-on: debian-prepared steps: - name: Install tools run: | @@ -24,7 +24,7 @@ jobs: run: gcc f.o core.o -o core build-arch: - runs-on: arch + runs-on: arch-prepared steps: - name: Install tools run: | @@ -43,7 +43,7 @@ jobs: run: gcc f.o core.o -o core build-void: - runs-on: void + runs-on: void-prepared steps: - name: Install tools shell: sh @@ -71,7 +71,7 @@ jobs: run: gcc f.o core.o -o core build-alpine: - runs-on: alpine + runs-on: alpine-prepared steps: - name: Install tools shell: sh