Skip to content

Commit 617846b

Browse files
authored
ci: Use default runners (envoyproxy#37439)
Signed-off-by: Ryan Northey <[email protected]>
1 parent f4b1aa0 commit 617846b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/_publish_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
name: Package debs (arm64)
124124
arch: arm64
125125
cache-build-image-key-suffix: -arm64
126-
runs-on: envoy-arm64-small
126+
runs-on: github-arm64-2c-8gb
127127

128128
docker:
129129
permissions:

.github/workflows/_publish_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ jobs:
143143
arch: arm64
144144
bazel-extra: >-
145145
--config=remote-cache-envoy-engflow
146-
runs-on: envoy-arm64-small
146+
runs-on: github-arm64-2c-8gb

.github/workflows/_request_cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- target: docker-arm64
4848
arch: arm64
4949
cache-suffix: -arm64
50-
runs-on: envoy-arm64-small
50+
runs-on: github-arm64-2c-8gb
5151

5252
bazel:
5353
permissions:
@@ -77,7 +77,7 @@ jobs:
7777
--config=remote-envoy-engflow
7878
- name: Bazel (arm64/cache)
7979
arch: arm64
80-
runs-on: envoy-arm64-small
80+
runs-on: github-arm64-2c-8gb
8181
bazel-extra: >-
8282
--config=clang-libc++
8383
--config=common-envoy-engflow

.github/workflows/mobile-android_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
//examples/kotlin/hello_world:hello_envoy_kt
7878
request: ${{ needs.load.outputs.request }}
7979
target: kotlin-hello-world
80-
runs-on: envoy-x64-small
80+
runs-on: ubuntu-22.04
8181
steps-pre: |
8282
- uses: envoyproxy/toolshed/gh-actions/envoy/android/[email protected]
8383
steps-post: |
@@ -106,7 +106,7 @@ jobs:
106106
args: ${{ matrix.args }}
107107
request: ${{ needs.load.outputs.request }}
108108
target: ${{ matrix.target }}
109-
runs-on: envoy-x64-small
109+
runs-on: ubuntu-22.04
110110
steps-pre: |
111111
- uses: envoyproxy/toolshed/gh-actions/envoy/android/[email protected]
112112
steps-post: ${{ matrix.steps-post }}

0 commit comments

Comments
 (0)