Skip to content

Commit fdf224a

Browse files
committed
Wrong runner type.
1 parent 1ffce99 commit fdf224a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/aarch64-alpine-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on: [push, pull_request]
44

55
jobs:
66
setup-aarch64-alpine-linux:
7-
runs-on: ubuntu-latest-arm64
7+
runs-on: ubuntu-24.04-arm
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Build Docker image
1111
run: docker build -t yafl-builder -f docker/Dockerfile.alpine-aarch64 .
1212

1313
build-aarch64-alpine-linux:
14-
runs-on: ubuntu-latest-arm64
14+
runs-on: ubuntu-24.04-arm
1515
needs: setup-aarch64-alpine-linux
1616
steps:
1717
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
path: build/
3434

3535
test-aarch64-alpine-linux:
36-
runs-on: ubuntu-latest-arm64
36+
runs-on: ubuntu-24.04-arm
3737
needs: build-aarch64-alpine-linux
3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)