Skip to content

Commit

Permalink
try namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Nov 1, 2023
1 parent ccae8a0 commit 609ba19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
lints:
name: Lints
runs-on: ubuntu-22.04
runs-on: nscloud-ubuntu-22.04-amd64-4x16
steps:
- uses: actions/checkout@v3
- name: Check Nixpkgs input
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

run-x86_64-linux:
name: Run x86_64 Linux
runs-on: ubuntu-22.04
runs-on: nscloud-ubuntu-22.04-amd64-4x16
needs: [lints]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
run-x86_64-linux-no-init:
name: Run x86_64 Linux (No init)
runs-on: ubuntu-22.04
runs-on: nscloud-ubuntu-22.04-amd64-4x16
needs: [lints]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 609ba19

Please sign in to comment.