github-worflow: Switch to "Namespace" runner for CI

This commit is contained in:
Gaetan Lepage 2023-09-30 20:23:30 +02:00 committed by Gaétan Lepage
parent 85abc48714
commit 47b72e41dd
3 changed files with 3 additions and 3 deletions

View file

@ -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