Skip to content

Commit 29d1ca6

Browse files
committed
[ci] Move to self hosted runners
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent 4c93eab commit 29d1ca6

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
test:
15-
runs-on: ubuntu-latest
15+
runs-on: ["self-hosted", "nixos"]
1616

1717
defaults:
1818
run:
@@ -24,13 +24,6 @@ jobs:
2424
- name: License check
2525
uses: fsfe/reuse-action@v6
2626

27-
- name: Install Nix
28-
uses: cachix/install-nix-action@v31
29-
with:
30-
extra_nix_config: |
31-
substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
32-
trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
33-
3427
- name: Prepare Nix environment
3528
run: |
3629
true

0 commit comments

Comments
 (0)