Skip to content

Commit

Permalink
Disable FreeBSD builds for now
Browse files Browse the repository at this point in the history
It seems that 12.4 is EoL and no longer available
  • Loading branch information
alistairking committed Jul 22, 2024
1 parent bd21a9f commit c48ee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl
- armv7-unknown-linux-musleabihf
- x86_64-unknown-freebsd
# - x86_64-unknown-freebsd
continue-on-error: ${{ !startsWith(matrix.target, 'x86_64') }}
steps:
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit c48ee43

Please sign in to comment.