Skip to content

Commit

Permalink
ci - reduce freebsd versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofquality committed Apr 23, 2024
1 parent 22682d7 commit 022b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
release: ['12.3', '13.1'] # Skip 13.0, EOL and has broken Python package
release: ['13.1'] # Skip 13.0, EOL and has broken Python package
env:
INSTALL_PREFIX: /usr/local
PYTHON3_VER: '3.9'
Expand Down

0 comments on commit 022b949

Please sign in to comment.