Skip to content

Commit

Permalink
Use large runner for e2e
Browse files Browse the repository at this point in the history
It attemps making e2e faster.

Signed-off-by: Toshikuni Fukaya <toshikuni-fukaya@cybozu.co.jp>
  • Loading branch information
toshipp committed Sep 20, 2024
1 parent e79d68d commit d02f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: "ubuntu-22.04"
runs-on: mantle_large_runner_16core
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit d02f485

Please sign in to comment.