Skip to content

Commit b024e76

Browse files
chore: change image to ubuntu-24.04-16core for publish-release
chore: change image to ubuntu-24.04-16core for publish-release
2 parents d8824ee + 6732a78 commit b024e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
publish-release:
234234
permissions:
235235
contents: write # for softprops/action-gh-release to create GitHub release
236-
runs-on: ubuntu-24.04
236+
runs-on: ubuntu-24.04-16core
237237
if: github.repository == 'codefresh-io/argo-workflows'
238238
needs: [push-images, test-images-linux-amd64, test-images-windows]
239239
env:

0 commit comments

Comments
 (0)