Skip to content

Commit bb08fc8

Browse files
authored
Switch back to GH runners for CI (#4507)
1 parent fb83f91 commit bb08fc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/code-qa.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
check-translations:
13-
runs-on: blacksmith-4vcpu-ubuntu-2404
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
run: node scripts/find-missing-translations.js
2121

2222
knip:
23-
runs-on: blacksmith-4vcpu-ubuntu-2404
23+
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm knip
3131

3232
compile:
33-
runs-on: blacksmith-4vcpu-ubuntu-2404
33+
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout code
3636
uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
include:
50-
- os: blacksmith-4vcpu-ubuntu-2404
50+
- os: ubuntu-latest
5151
name: ubuntu-latest
5252
- os: windows-latest
5353
name: windows-latest
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
integration-test:
78-
runs-on: blacksmith-4vcpu-ubuntu-2404
78+
runs-on: ubuntu-latest
7979
needs: [check-openrouter-api-key]
8080
if: needs.check-openrouter-api-key.outputs.exists == 'true'
8181
steps:

0 commit comments

Comments
 (0)