Skip to content

Commit

Permalink
ci: use ubuntu-22.04 as the default runner (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes authored Dec 4, 2024
1 parent f920cc3 commit 4651298
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_runner_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ concurrency:

jobs:
build-runner:
runs-on:
group: github-amd64-8c32g
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- run: sudo chown -R $(whoami) .
Expand Down

0 comments on commit 4651298

Please sign in to comment.