Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit d28039b

Browse files
committed
redeploy linux
1 parent 298c518 commit d28039b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- { target: linux-64, os: ubuntu-latest }
19-
- { target: osx-arm64, os: macos-14 }
19+
# - { target: osx-arm64, os: macos-14 } # mac runner crashes on mojo test
2020
fail-fast: false
2121

2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)