ci: use ubuntu 16 core machine in release-cn-artifacts (#6464)

ci: use ubuntu 16 core machine
This commit is contained in:
liyang
2025-07-05 02:06:07 +08:00
committed by GitHub
parent 9576bcb9ae
commit bb43d604a4

View File

@@ -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.