Skip to content

Commit 3f8d9d3

Browse files
committed
changing back to ubuntu runner for arm build (mac runners apparently don't have Docker preinstalled
Signed-off-by: Will Dower <will@dower.dev>
1 parent cc08d85 commit 3f8d9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-server-to-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache-to: type=gha,mode=max,scope=amd64
3232

3333
build-arm64:
34-
runs-on: macos-14
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- name: Checkout the Heimdall Repository
3737
uses: actions/checkout@v5

0 commit comments

Comments
 (0)