Skip to content

Commit

Permalink
Update BSD workflows (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-park authored Apr 12, 2024
1 parent 87a6147 commit 6aff48b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,15 @@ jobs:
preset: [freebsd, netbsd, openbsd]
arch: [arm64, x86_64]
config: [Debug, Release]
exclude:
- { preset: netbsd, arch: arm64 }
include:
- preset: freebsd
version: "14.0"
install: sudo pkg install -y cmake ninja
- preset: netbsd
version: "9.3"
version: "10.0"
install: sudo pkgin -y install cmake ninja-build gcc13
- preset: openbsd
version: "7.4"
version: "7.5"
install: sudo pkg_add cmake ninja
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6aff48b

Please sign in to comment.