Skip to content

Commit

Permalink
remove solaris, broken in cross
Browse files Browse the repository at this point in the history
  • Loading branch information
kalamay committed Mar 9, 2024
1 parent c35b192 commit b373e8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@ jobs:
run: cross test --target ${{ matrix.target }}

build_cross:
name: Build BSDs and Solaris
name: Build BSDs
strategy:
matrix:
target:
- x86_64-unknown-freebsd
- x86_64-unknown-netbsd
- x86_64-unknown-dragonfly
- x86_64-sun-solaris
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down

0 comments on commit b373e8e

Please sign in to comment.