Skip to content

Commit 6c062e8

Browse files
authored
Change ARM64 build runner from Ubuntu to macOS
ACL2 complains about the lack of expected FP trap handling on ubuntu-arm so let's try macos-latest, that's what works for me on my Mac Studio.
1 parent 1f58ade commit 6c062e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Build ARM64 image on native arm64 runner
101101
build-arm64:
102102
needs: prepare
103-
runs-on: ubuntu-24.04-arm
103+
runs-on: macos-latest
104104
permissions:
105105
contents: read
106106
packages: write

0 commit comments

Comments
 (0)