Skip to content

Commit 0368e56

Browse files
.github/workflows/build_wheels.yml: use ubuntu-latest and macos-latest.
This matches other actions, and avoids use of defunct macos-10.15.
1 parent b54ea6d commit 0368e56

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_wheels.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
os: [ubuntu-20.04, windows-2019, macos-10.15]
42-
#os: [ubuntu-20.04]
43-
#os: [windows-2019]
44-
#os: [macos-10.15]
41+
os: [ubuntu-latest, windows-2019, macos-latest]
4542

4643
steps:
4744

0 commit comments

Comments
 (0)