Updating CI runner to self-hosted
Some checks failed
CI / linux (push) Failing after 6m42s
CI / windows-cross (push) Failing after 5m18s
CI / release (push) Has been skipped

This commit is contained in:
= 2026-08-04 03:50:31 -04:00
parent 38c9703725
commit bfc7ec9508

View file

@ -44,7 +44,7 @@ jobs:
# will not work: JS actions need Node already present in the image, and no # will not work: JS actions need Node already present in the image, and no
# step can install it before actions/checkout runs. # step can install it before actions/checkout runs.
linux: linux:
runs-on: forgejo-runner runs-on: self-hosted
container: container:
image: catthehacker/ubuntu:act-22.04 image: catthehacker/ubuntu:act-22.04
env: env:
@ -179,7 +179,7 @@ jobs:
# .exe runs on; pinning it to 22.04 would buy nothing while forcing the build # .exe runs on; pinning it to 22.04 would buy nothing while forcing the build
# through mingw-w64 10.3 instead of 13.2. # through mingw-w64 10.3 instead of 13.2.
windows-cross: windows-cross:
runs-on: forgejo-runner runs-on: self-hosted
container: container:
image: catthehacker/ubuntu:act-24.04 image: catthehacker/ubuntu:act-24.04
env: env:
@ -282,7 +282,7 @@ jobs:
startsWith(github.ref, 'refs/tags/v') startsWith(github.ref, 'refs/tags/v')
|| startsWith(github.ref, 'refs/heads/Release') || startsWith(github.ref, 'refs/heads/Release')
|| startsWith(github.ref, 'refs/heads/release') || startsWith(github.ref, 'refs/heads/release')
runs-on: forgejo-runner runs-on: self-hosted
container: container:
image: catthehacker/ubuntu:act-24.04 image: catthehacker/ubuntu:act-24.04
steps: steps: