Skip to content

Commit 3654ef7

Browse files
committed
Don't bother with GhostBSD testing.
1 parent 234b64b commit 3654ef7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/bsd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: ["freebsd", "ghostbsd"]
27+
os: ["freebsd"]
28+
# "ghostbsd"
2829
arch: ["x86_64", "aarch64"]
2930
toolset:
3031
- { cxx: "g++16", package: "lang/gcc16", b2tool: gcc }
@@ -44,7 +45,7 @@ jobs:
4445
- { cxx: "clang++12", package: "devel/llvm12", b2tool: clang }
4546
exclude:
4647
- { os: "freebsd", arch: "aarch64", toolset: { b2tool: gcc } }
47-
- { os: "ghostbsd", arch: "aarch64" }
48+
# - { os: "ghostbsd", arch: "aarch64" }
4849
steps:
4950
- name: Checkout
5051
uses: actions/checkout@main

0 commit comments

Comments
 (0)