Skip to content

Commit

Permalink
github-worflow: Switch to "Namespace" runner for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 1, 2023
1 parent 85abc48 commit 47b72e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-4x16
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check:
name: Check that the module is valid
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-4x16
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
lockfile:
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-4x16
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 47b72e4

Please sign in to comment.