mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: remove tests for macos cross-compile
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -8,14 +8,17 @@ jobs:
|
|||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
target: [
|
target: [
|
||||||
aarch64-macos,
|
|
||||||
x86_64-macos,
|
|
||||||
|
|
||||||
aarch64-linux-gnu,
|
aarch64-linux-gnu,
|
||||||
x86_64-linux-gnu,
|
x86_64-linux-gnu,
|
||||||
|
|
||||||
# No windows support currently.
|
# No windows support currently.
|
||||||
# i386-windows,
|
# i386-windows,
|
||||||
# x86_64-windows-gnu,
|
# 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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
needs: test
|
needs: test
|
||||||
|
Reference in New Issue
Block a user