Skip to content

Commit 8388787

Browse files
committed
Switch to arm64 runners
1 parent 3690ace commit 8388787

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+4-4
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
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04-arm
3030

3131
steps:
3232
- name: Checkout
@@ -61,7 +61,7 @@ jobs:
6161

6262
format:
6363
name: Formatting
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-24.04-arm
6565

6666
steps:
6767
- name: Checkout
@@ -75,7 +75,7 @@ jobs:
7575

7676
unit:
7777
name: Unit tests
78-
runs-on: ubuntu-latest
78+
runs-on: ubuntu-24.04-arm
7979

8080
steps:
8181
- name: Checkout

.github/workflows/close-stale-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
close-issues:
1010
name: Close stale issues
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212

1313
steps:
1414
- name: Close stale issues

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
publish:
1515
name: Publish
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04-arm
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)