Skip to content

Commit

Permalink
ci: switch back to GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 23, 2023
1 parent 3aaa153 commit e5cc0c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: nscloud-ubuntu-22.04-amd64-4x16
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .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: nscloud-ubuntu-22.04-amd64-4x16
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
Expand All @@ -19,6 +19,6 @@ jobs:
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --all-systems --max-jobs 1
- run: nix flake check --all-systems
- run: nix flake check --all-systems ./templates/_wrapper/simple
- run: nix build .#docs --show-trace
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
lockfile:
name: Update the flake inputs and generate options
runs-on: nscloud-ubuntu-22.04-amd64-4x16
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Checkout repository
Expand Down

0 comments on commit e5cc0c0

Please sign in to comment.