Skip to content

Commit a5ee603

Browse files
author
Jon Wedell
committed
Update the version of the OSes used to build the wheels.
1 parent 67ffbb5 commit a5ee603

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/manylinux_wheel_builder.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-20.04, windows-2019, macos-11]
21-
#python: [ 36, 37, 38, 39 ]
22-
#bitness: [ 32, 64 ]
23-
20+
os: [ubuntu-latest, windows-latest, macos-latest]
2421
steps:
2522
- uses: actions/checkout@v4
2623

0 commit comments

Comments
 (0)