Skip to content

Commit

Permalink
Merge pull request #1376 from GoogleContainerTools/loosebazooka-patch-1
Browse files Browse the repository at this point in the history
Use larger runner for ci
  • Loading branch information
loosebazooka authored Aug 16, 2023
2 parents 17ada2f + 3e30676 commit 0d1ed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
ci-build-test:
name: CI build and unit test
runs-on: ubuntu-20.04 # most compatible with debian 11
runs-on: distroless-ci-large-ubuntu-20.04 # custom runner most compatible with debian 11
steps:
- uses: actions/checkout@v3
- name: Mount bazel caches
Expand Down

0 comments on commit 0d1ed4c

Please sign in to comment.