mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -10,8 +10,10 @@ jobs:
|
|||||||
target: [
|
target: [
|
||||||
aarch64-linux,
|
aarch64-linux,
|
||||||
x86_64-linux,
|
x86_64-linux,
|
||||||
x86-windows-gnu,
|
# Temporarily disabled since Zig 0.12.0-dev.2341+92211135f
|
||||||
x86_64-windows-gnu,
|
# has a regression preventing windows builds.
|
||||||
|
# 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,
|
||||||
|
6
flake.lock
generated
6
flake.lock
generated
@ -194,11 +194,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1706055833,
|
"lastModified": 1706288111,
|
||||||
"narHash": "sha256-7xKGkN3beaI+z+uJNcIMDzTTjw/E0Ir5B+D07noPj/I=",
|
"narHash": "sha256-CvSS/BMm86Uzjeb8pEkWa3qnuzMiPPmT8hf5lDOP6TE=",
|
||||||
"owner": "mitchellh",
|
"owner": "mitchellh",
|
||||||
"repo": "zig-overlay",
|
"repo": "zig-overlay",
|
||||||
"rev": "1e8aea2f178289c0e174a44aa7be811b15862380",
|
"rev": "7f5d4cbecf3aa75ac8afaef8a20723b3a57f7d20",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Reference in New Issue
Block a user