Skip to content

Commit 0f3c6e5

Browse files
authored
chore: Change runners to arm
1 parent 8ac7cb5 commit 0f3c6e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212
jobs:
1313
pre-commit:
1414
name: Pre commit checks
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-24.04-arm
1616
timeout-minutes: 5
1717
steps:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -23,7 +23,7 @@ jobs:
2323

2424
unit-test:
2525
name: Unit test
26-
runs-on: ubuntu-24.04
26+
runs-on: ubuntu-24.04-arm
2727
timeout-minutes: 5
2828
permissions:
2929
id-token: write
@@ -40,7 +40,7 @@ jobs:
4040

4141
type-test:
4242
name: Static type check
43-
runs-on: ubuntu-24.04
43+
runs-on: ubuntu-24.04-arm
4444
timeout-minutes: 5
4545
steps:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -53,7 +53,7 @@ jobs:
5353

5454
lint:
5555
name: Lint
56-
runs-on: ubuntu-24.04
56+
runs-on: ubuntu-24.04-arm
5757
timeout-minutes: 5
5858
steps:
5959
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)