Skip to content

Commit

Permalink
update large runners to 22.04
Browse files Browse the repository at this point in the history
we don't use debian 11 anymore, so we don't need the glibc compat
that 20.04 provided.

Signed-off-by: Appu Goundan <appu@google.com>
  • Loading branch information
loosebazooka committed Oct 21, 2024
1 parent f2714a0 commit 6e766ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

ci-build-test:
name: CI build and unit test
runs-on: distroless-ci-large-ubuntu-20.04 # custom runner most compatible with debian 11
runs-on: distroless-ci-large-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Mount bazel caches
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

ci-images:
name: CI image tests
runs-on: distroless-ci-large-ubuntu-20.04 # most compatible with debian 11
runs-on: distroless-ci-large-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Mount bazel caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
diff:
runs-on: distroless-ci-large-ubuntu-20.04 # custom runner most compatible with debian 11
runs-on: distroless-ci-large-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit 6e766ae

Please sign in to comment.