Skip to content

Commit 7f2ae86

Browse files
committed
fix: run npm release jobs on ubuntu-latest
1 parent 188f008 commit 7f2ae86

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
jobs:
3333
show-release-summary:
3434
name: 📋 Release Summary
35-
runs-on: warp-ubuntu-latest-x64-2x
35+
runs-on: ubuntu-latest
3636
permissions: {}
3737
if: |
3838
github.repository == 'triggerdotdev/trigger.dev' &&
@@ -48,7 +48,7 @@ jobs:
4848
4949
release:
5050
name: 🚀 Release npm packages
51-
runs-on: warp-ubuntu-latest-x64-8x
51+
runs-on: ubuntu-latest
5252
environment: npm-publish
5353
permissions:
5454
contents: write
@@ -211,7 +211,7 @@ jobs:
211211
name: 🔗 Update release Docker link
212212
needs: [release, publish-docker]
213213
if: needs.release.outputs.published == 'true'
214-
runs-on: warp-ubuntu-latest-x64-2x
214+
runs-on: ubuntu-latest
215215
permissions:
216216
contents: write
217217
packages: read
@@ -253,7 +253,7 @@ jobs:
253253
name: 📝 Dispatch changelog PR
254254
needs: [release, update-release]
255255
if: needs.release.outputs.published == 'true' && needs.release.outputs.is_prerelease != 'true'
256-
runs-on: warp-ubuntu-latest-x64-2x
256+
runs-on: ubuntu-latest
257257
permissions: {}
258258
steps:
259259
- uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1
@@ -266,7 +266,7 @@ jobs:
266266
# The prerelease job needs to be on the same workflow file due to a limitation related to how npm verifies OIDC claims.
267267
prerelease:
268268
name: 🧪 Prerelease
269-
runs-on: warp-ubuntu-latest-x64-8x
269+
runs-on: ubuntu-latest
270270
environment: npm-publish
271271
permissions:
272272
contents: read

0 commit comments

Comments
 (0)