Skip to content

Commit

Permalink
Switch runners to cpu-s
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Valeriani committed Sep 11, 2023
1 parent 8c941e6 commit 03df176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint-test:
runs-on: non-dind
runs-on: cpu-s
container: ubuntu
steps:
- name: Configure deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 03df176

Please sign in to comment.