Skip to content

Commit

Permalink
Merge pull request #625 from cybozu-go/use-large-runner
Browse files Browse the repository at this point in the history
Use large runner in weekly upgrade test
  • Loading branch information
yamatcha authored Dec 19, 2023
2 parents 7425f72 + 82859b2 commit 0f25188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:

upgrade:
name: Upgrade Test
runs-on: ubuntu-20.04
runs-on:
group: moco
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 0f25188

Please sign in to comment.