mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +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]
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user