Skip to content

Commit 2b6807e

Browse files
committed
chore: revert to github ci runners
1 parent 5b01ebd commit 2b6807e

16 files changed

Lines changed: 24 additions & 24 deletions

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
code-quality:
11-
runs-on: blacksmith-2vcpu-ubuntu-2404
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- name: ⬇️ Checkout repo

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
check-broken-links:
23-
runs-on: blacksmith-2vcpu-ubuntu-2404
23+
runs-on: ubuntu-latest
2424
defaults:
2525
run:
2626
working-directory: ./docs

.github/workflows/e2e-webapp-auth-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
jobs:
3838
e2eAuthFull:
3939
name: "🛡️ E2E Auth Tests (full)"
40-
runs-on: blacksmith-8vcpu-ubuntu-2404
40+
runs-on: ubuntu-latest
4141
timeout-minutes: 30
4242
env:
4343
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/e2e-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
e2eTests:
1616
name: "🧪 E2E Tests: Webapp"
17-
runs-on: blacksmith-8vcpu-ubuntu-2404
17+
runs-on: ubuntu-latest
1818
timeout-minutes: 20
1919
env:
2020
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [blacksmith-4vcpu-ubuntu-2404, blacksmith-4vcpu-windows-2025]
23+
os: [ubuntu-latest, windows-latest]
2424
package-manager: ["npm", "pnpm"]
2525
steps:
2626
- name: ⬇️ Checkout repo

.github/workflows/helm-prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828

2929
jobs:
3030
lint-and-test:
31-
runs-on: blacksmith-2vcpu-ubuntu-2404
31+
runs-on: ubuntu-latest
3232
permissions:
3333
contents: read
3434
steps:
@@ -77,7 +77,7 @@ jobs:
7777
((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
7878
github.event_name == 'push' ||
7979
github.event_name == 'workflow_dispatch')
80-
runs-on: blacksmith-4vcpu-ubuntu-2404
80+
runs-on: ubuntu-latest
8181
permissions:
8282
contents: read
8383
packages: write

.github/workflows/publish-webapp.yml

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

3939
jobs:
4040
publish:
41-
runs-on: blacksmith-8vcpu-ubuntu-2404
41+
runs-on: ubuntu-latest
4242
env:
4343
PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING: 1
4444
outputs:

.github/workflows/publish-worker-v4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
package: [supervisor]
40-
runs-on: blacksmith-8vcpu-ubuntu-2404
40+
runs-on: ubuntu-latest
4141
env:
4242
DOCKER_BUILDKIT: "1"
4343
steps:

.github/workflows/publish-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
package: [coordinator, docker-provider, kubernetes-provider]
36-
runs-on: blacksmith-8vcpu-ubuntu-2404
36+
runs-on: ubuntu-latest
3737
env:
3838
DOCKER_BUILDKIT: "1"
3939
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/sdk-compat.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [blacksmith-4vcpu-ubuntu-2404]
16+
os: [ubuntu-latest]
1717
node: ["20.20", "22.12"]
1818

1919
steps:
@@ -54,7 +54,7 @@ jobs:
5454

5555
bun-compat:
5656
name: "Bun Runtime"
57-
runs-on: blacksmith-4vcpu-ubuntu-2404
57+
runs-on: ubuntu-latest
5858
steps:
5959
- name: ⬇️ Checkout repo
6060
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -96,7 +96,7 @@ jobs:
9696

9797
deno-compat:
9898
name: "Deno Runtime"
99-
runs-on: blacksmith-4vcpu-ubuntu-2404
99+
runs-on: ubuntu-latest
100100
steps:
101101
- name: ⬇️ Checkout repo
102102
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -142,7 +142,7 @@ jobs:
142142

143143
cloudflare-compat:
144144
name: "Cloudflare Workers"
145-
runs-on: blacksmith-4vcpu-ubuntu-2404
145+
runs-on: ubuntu-latest
146146
steps:
147147
- name: ⬇️ Checkout repo
148148
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)