diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f8321d..bb0cb1f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: jobs: lint-test: - runs-on: non-dind + runs-on: cpu-s container: ubuntu steps: - name: Configure deps diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 739eaab..dc12636 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token permissions: contents: write - runs-on: non-dind + runs-on: cpu-s container: ubuntu steps: