Skip to content

Commit

Permalink
Merge pull request #3563 from Xarthisius/restrict_wheels_os
Browse files Browse the repository at this point in the history
Restrict ubuntu to 18.04 for wheels build
  • Loading branch information
neutrinoceros authored Oct 13, 2021
2 parents 6a79163 + 4b6a0bd commit e5cafbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [
macos-latest,
windows-latest,
ubuntu-latest,
ubuntu-18.04, # has to be the oldest possible for manylinux
]
fail-fast: false

Expand Down

0 comments on commit e5cafbe

Please sign in to comment.