Skip to content

Commit f646488

Browse files
committed
Switch to arm64 runners
1 parent 7393ab8 commit f646488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
lint:
1414
name: Static code analysis
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04-arm
1616

1717
steps:
1818
- name: Checkout
@@ -26,7 +26,7 @@ jobs:
2626

2727
typescript:
2828
name: Type checking (React ${{ matrix.react }})
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04-arm
3030
strategy:
3131
matrix:
3232
react: [18, 19]
@@ -74,7 +74,7 @@ jobs:
7474

7575
format:
7676
name: Formatting
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-24.04-arm
7878

7979
steps:
8080
- name: Checkout

0 commit comments

Comments
 (0)