Skip to content

Commit a376f32

Browse files
committed
Go back to the normal runner for the releease process
Now that we're not loading every artifact in memory, hopefully the normal runner will work.
1 parent abac59f commit a376f32

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
@@ -29,7 +29,7 @@ jobs:
2929
release:
3030
env:
3131
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
runs-on: github-ubuntu-24.04-x86_64-16
32+
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
3535
with:

0 commit comments

Comments
 (0)