ci: disable freebsd for now
parent
22caf60263
commit
bb98bc744d
|
|
@ -14,7 +14,6 @@ jobs:
|
||||||
- build-dist
|
- build-dist
|
||||||
- build-examples
|
- build-examples
|
||||||
- build-flatpak
|
- build-flatpak
|
||||||
- build-freebsd
|
|
||||||
- build-libghostty-vt
|
- build-libghostty-vt
|
||||||
- build-linux
|
- build-linux
|
||||||
- build-linux-libghostty
|
- build-linux-libghostty
|
||||||
|
|
@ -1138,6 +1137,7 @@ jobs:
|
||||||
name: Build on FreeBSD
|
name: Build on FreeBSD
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: namespace-profile-mitchellh-sm-systemd
|
runs-on: namespace-profile-mitchellh-sm-systemd
|
||||||
|
if: false # FIXME: FreeBSD does not yet ship with Zig 0.15
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
release:
|
release:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue