Skip to content

Commit 89c3d9e

Browse files
committed
CI: replace ubuntu-arm64 by free ubuntu-24.04-arm runner
1 parent 6d88b70 commit 89c3d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-heartbeats-processor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- platform: linux/amd64
1919
runs-on: ubuntu-latest
2020
- platform: linux/arm64
21-
runs-on: ubuntu-arm64
21+
runs-on: ubuntu-24.04-arm
2222
runs-on: ${{ matrix.arch.runs-on }}
2323
steps:
2424
- name: Prepare

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- platform: linux/amd64
2424
runs-on: ubuntu-latest
2525
- platform: linux/arm64
26-
runs-on: ubuntu-arm64
26+
runs-on: ubuntu-24.04-arm
2727
runs-on: ${{ matrix.arch.runs-on }}
2828
steps:
2929
- name: Prepare
@@ -125,7 +125,7 @@ jobs:
125125
- platform: linux/amd64
126126
runs-on: ubuntu-latest
127127
- platform: linux/arm64
128-
runs-on: ubuntu-arm64
128+
runs-on: ubuntu-24.04-arm
129129
configuration:
130130
- build_configuration: production
131131
runs-on: ${{ matrix.arch.runs-on }}

0 commit comments

Comments
 (0)