Skip to content

Commit

Permalink
[ci] Try to add some self-hosted builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 26, 2023
1 parent 1bc0308 commit 6bd6d1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
fedora:
name: Fedora 37
runs-on: ubuntu-latest
runs-on: linux-selfhosted
container:
image: fedora:latest

Expand All @@ -29,7 +29,7 @@ jobs:
suseleap:
name: OpenSUSE Leap
runs-on: ubuntu-latest
runs-on: linux-selfhosted
container:
image: opensuse/leap:latest

Expand All @@ -53,7 +53,7 @@ jobs:
susetumbleweed:
name: OpenSUSE Tumbleweed
runs-on: ubuntu-latest
runs-on: linux-selfhosted
container:
image: opensuse/tumbleweed:latest
options: --privileged
Expand All @@ -78,7 +78,7 @@ jobs:
archqt6:
name: ArchLinux
runs-on: ubuntu-latest
runs-on: linux-selfhosted
container:
image: archlinux:latest

Expand All @@ -105,7 +105,7 @@ jobs:
archqt6system:
name: ArchLinux (System)
runs-on: ubuntu-latest
runs-on: linux-selfhosted
container:
image: archlinux:latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
debian:
name: Debian
runs-on: ubuntu-latest
runs-on: linux-selfhosted
container:
image: debian:${{ matrix.distro }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
jammy:
name: Ubuntu
runs-on: ubuntu-latest
runs-on: linux-selfhosted

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
wasm:
name: WebAssembly
runs-on: ubuntu-latest
runs-on: linux-selfhosted
container:
image: archlinux:latest

Expand Down

0 comments on commit 6bd6d1a

Please sign in to comment.