Skip to content

Commit ab6e6af

Browse files
committed
switch to github builders
1 parent 7445d9b commit ab6e6af

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [buildjet-8vcpu-ubuntu-2204, windows-latest]
20+
os: [ubuntu-latest, windows-latest]
2121
package-manager: ["npm", "pnpm"]
2222
steps:
2323
- name: ⬇️ Checkout repo

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Preview Release
3434
needs: [typecheck, units, e2e]
3535
if: github.repository == 'triggerdotdev/trigger.dev'
36-
runs-on: buildjet-8vcpu-ubuntu-2204
36+
runs-on: ubuntu-latest
3737
steps:
3838
- name: ⬇️ Checkout repo
3939
uses: actions/checkout@v4

.github/workflows/publish-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
package: [coordinator, docker-provider, kubernetes-provider]
26-
runs-on: buildjet-16vcpu-ubuntu-2204
26+
runs-on: ubuntu-latest
2727
env:
2828
DOCKER_BUILDKIT: "1"
2929
steps:

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
typecheck:
8-
runs-on: buildjet-8vcpu-ubuntu-2204
8+
runs-on: ubuntu-latest
99

1010
steps:
1111
- name: ⬇️ Checkout repo

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
unitTests:
88
name: "🧪 Unit Tests"
9-
runs-on: buildjet-16vcpu-ubuntu-2204
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: ⬇️ Checkout repo
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)