Skip to content

Commit 4651298

Browse files
authored
ci: use ubuntu-22.04 as the default runner (#3)
1 parent f920cc3 commit 4651298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_runner_image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ concurrency:
2121

2222
jobs:
2323
build-runner:
24-
runs-on:
25-
group: github-amd64-8c32g
24+
runs-on: ubuntu-22.04
2625
timeout-minutes: 15
2726
steps:
2827
- run: sudo chown -R $(whoami) .

0 commit comments

Comments
 (0)