Skip to content

Commit 84bb9d7

Browse files
committed
ci: try to run arm64 docker job using macos-latest runner
1 parent 4dc476c commit 84bb9d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/arm64_docker_cmake.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
almalinux,
1616
alpine,
1717
debian,
18-
#fedora, # timeout
19-
#opensuse, # timeout
18+
fedora,
19+
opensuse,
2020
rockylinux,
2121
ubuntu
2222
]
2323
fail-fast: false
2424
name: arm64•${{matrix.distro}}
25-
runs-on: ubuntu-latest
25+
runs-on: macos-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up QEMU

0 commit comments

Comments
 (0)