mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: re-enable windows builds
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -10,10 +10,8 @@ jobs:
|
|||||||
target: [
|
target: [
|
||||||
aarch64-linux,
|
aarch64-linux,
|
||||||
x86_64-linux,
|
x86_64-linux,
|
||||||
# Temporarily disabled since Zig 0.12.0-dev.2341+92211135f
|
x86-windows-gnu,
|
||||||
# has a regression preventing windows builds.
|
x86_64-windows-gnu,
|
||||||
# x86-windows-gnu,
|
|
||||||
# x86_64-windows-gnu,
|
|
||||||
# We don't support cross-compiling to macOS because the macOS build
|
# We don't support cross-compiling to macOS because the macOS build
|
||||||
# requires xcode due to the swift harness.
|
# requires xcode due to the swift harness.
|
||||||
#aarch64-macos,
|
#aarch64-macos,
|
||||||
|
Reference in New Issue
Block a user