Skip to content

Commit

Permalink
[ci] More nix work
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 8, 2024
1 parent b52ac69 commit e3b2c49
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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 (latest)
runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-latest]
container:
image: fedora:latest

Expand All @@ -29,7 +29,7 @@ jobs:
suseleap:
name: OpenSUSE Leap
runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-latest]
container:
image: opensuse/leap:latest

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

Expand All @@ -105,7 +105,7 @@ jobs:
archqt6system:
name: ArchLinux (System)
runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-latest]
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: [self-hosted, ubuntu-latest]
container:
image: debian:${{ matrix.distro }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
#
rpi64:
name: RaspberryPi64
runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-latest]
container:
image: archlinux:latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push
jobs:
nix:
name: Nix
runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-latest]
steps:

- name: Checkout code
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: [self-hosted, ubuntu-latest]

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: [self-hosted, ubuntu-latest]
container:
image: archlinux:latest

Expand Down

0 comments on commit e3b2c49

Please sign in to comment.