Skip to content

Commit edfd9f0

Browse files
committed
Use ubuntu-latest
1 parent 6108dd3 commit edfd9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
#arch: ["arm64", "amd64"]
4949
# NOTE(luke): temporary disable arm64 since its failing the smoke test
5050
arch: ["amd64"]
51-
runs-on: ubuntu-latest-m
51+
runs-on: ubuntu-latest
5252
needs: [setup, set-short-sha]
5353
env:
5454
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
@@ -103,7 +103,7 @@ jobs:
103103
# write to the build repository to cache for the publish-images job
104104
docker push $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA
105105
publish-images:
106-
runs-on: ubuntu-latest-m
106+
runs-on: ubuntu-latest
107107
needs: [setup, set-short-sha, build-images]
108108
env:
109109
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}

0 commit comments

Comments
 (0)