From bb43d604a4508c5e005002522a27efb3d31daede Mon Sep 17 00:00:00 2001 From: liyang Date: Sat, 5 Jul 2025 02:06:07 +0800 Subject: [PATCH] ci: use ubuntu 16 core machine in release-cn-artifacts (#6464) ci: use ubuntu 16 core machine --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe7afa661c..2a42b82773 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -339,7 +339,7 @@ jobs: build-windows-artifacts, release-images-to-dockerhub, ] - runs-on: ubuntu-latest + runs-on: ubuntu-latest-16-cores # When we push to ACR, it's easy to fail due to some unknown network issues. # However, we don't want to fail the whole workflow because of this. # The ACR have daily sync with DockerHub, so don't worry about the image not being updated.