Skip to content

Commit 99bf69f

Browse files
Merge pull request #2576 from devops-infra/feature/arm-master
Use arm image for master branch
2 parents d1c7dbb + bdca3ee commit 99bf69f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/PUSH-MASTER.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
labels:
1010
name: Repo labels
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727

2828
lint:
2929
name: Linters
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04-arm
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
build_and_push:
4141
name: Build & push
4242
needs: lint
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04-arm
4444
timeout-minutes: 90
4545
strategy:
4646
fail-fast: false

0 commit comments

Comments
 (0)