ci: remove tests for macos cross-compile
parent
0021b290cf
commit
6fb08f8a0f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue