Updating CI runner to self-hosted
This commit is contained in:
parent
38c9703725
commit
bfc7ec9508
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue