There was an error while loading. Please reload this page.
2 parents d1c7dbb + bdca3ee commit 99bf69fCopy full SHA for 99bf69f
.github/workflows/PUSH-MASTER.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
labels:
10
name: Repo labels
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
27
28
lint:
29
name: Linters
30
31
32
33
@@ -40,7 +40,7 @@ jobs:
40
build_and_push:
41
name: Build & push
42
needs: lint
43
44
timeout-minutes: 90
45
strategy:
46
fail-fast: false
0 commit comments