Skip to content

Commit 91e3834

Browse files
committed
ci(release): change runner
1 parent 3d00926 commit 91e3834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
retention-days: 1
172172

173173
create-draft-release:
174-
runs-on: ubuntu-20.04-4-cores
174+
runs-on: ubuntu-latest-8-cores
175175
needs: [prepare, release]
176176
env:
177177
GITHUB_USER: ${{ github.repository_owner }}
@@ -192,7 +192,7 @@ jobs:
192192
- run: gh release create ${{ steps.version_info.outputs.version }} ./artifacts/* --generate-notes --draft
193193

194194
docker-build-and-push:
195-
runs-on: ubuntu-20.04-4-cores
195+
runs-on: ubuntu-latest-8-cores
196196
needs: [prepare, release]
197197

198198
steps:

0 commit comments

Comments
 (0)