ci: remove tests for macos cross-compile

This commit is contained in:
Mitchell Hashimoto
2023-10-01 18:55:15 -07:00
parent 0021b290cf
commit 6fb08f8a0f

View File

@ -8,14 +8,17 @@ jobs:
os: [ubuntu-latest]
target: [
aarch64-macos,
x86_64-macos,
aarch64-linux-gnu,
x86_64-linux-gnu,
# No windows support currently.
# i386-windows,
# x86_64-windows-gnu,
# We don't support cross-compiling to macOS because the macOS build
# requires xcode due to the swift harness.
#aarch64-macos,
#x86_64-macos,
]
runs-on: ${{ matrix.os }}
needs: test