Skip to content

Commit 2ea064f

Browse files
committed
Switch to arm64 runners
1 parent 892a416 commit 2ea064f

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

3131
steps:
3232
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858

5959
format:
6060
name: Formatting
61-
runs-on: ubuntu-latest
61+
runs-on: ubuntu-24.04-arm
6262

6363
steps:
6464
- name: Checkout

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)