Skip to content

Commit 978894d

Browse files
authored
fix: fix build release workflow error (#197)
1 parent f239a65 commit 978894d

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
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
build:
1818
name: Build Release Binaries
19-
runs-on: depot-ubuntu-22.04-4
19+
runs-on: ubuntu-latest-8-cores
2020
if: ${{ github.repository_owner == 'coder' }}
2121

2222
steps:

0 commit comments

Comments
 (0)