Skip to content

Commit cc28ab8

Browse files
authored
Use faster machine for release (#14073)
1 parent fa175d2 commit cc28ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release:
2222
permissions:
2323
contents: write # for creating the release
24-
runs-on: ubuntu-latest
24+
runs-on: oracle-8cpu-32gb-x86-64
2525
needs:
2626
- common
2727
outputs:

0 commit comments

Comments
 (0)