Skip to content

Commit 169ad76

Browse files
use arm for CI, better perf ~20%
1 parent 941bc4a commit 169ad76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

99
jobs:
1010
checks:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212
env:
1313
POSTGRES_PRISMA_URL: postgresql://postgres:1234@localhost
1414
POSTGRES_URL_NON_POOLING: postgresql://postgres:1234@localhost

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
timeout-minutes: 60
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04-arm
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)