Skip to content

Commit 8eb65ce

Browse files
committed
Update gh actions release runner to ubuntu-latest-4-cores
1 parent cf7bb42 commit 8eb65ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
create-release:
1010
name: Create Release
1111
if: startsWith(github.ref, 'refs/tags')
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-4-cores
1313
strategy:
1414
matrix:
1515
include:

0 commit comments

Comments
 (0)