Skip to content

Commit 779c13a

Browse files
committed
Switch to arm64 runners
1 parent 675c42a commit 779c13a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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

2020
steps:
2121
- name: Checkout
@@ -29,7 +29,7 @@ jobs:
2929

3030
typescript:
3131
name: Type checking
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04-arm
3333

3434
steps:
3535
- 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

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
build:
1717
name: Build
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04-arm
1919

2020
steps:
2121
- name: Checkout
@@ -45,7 +45,7 @@ jobs:
4545
deploy:
4646
name: Deploy
4747
needs: build
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-24.04-arm
4949
environment:
5050
name: production
5151
url: https://projects.wojtekmaj.pl

0 commit comments

Comments
 (0)