Skip to content

Commit

Permalink
.github/workflows/build_wheels.yml: use ubuntu-latest and macos-latest.
Browse files Browse the repository at this point in the history
This matches other actions, and avoids use of defunct macos-10.15.
  • Loading branch information
julian-smith-artifex-com committed May 10, 2023
1 parent b54ea6d commit 0368e56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
#os: [ubuntu-20.04]
#os: [windows-2019]
#os: [macos-10.15]
os: [ubuntu-latest, windows-2019, macos-latest]

steps:

Expand Down

0 comments on commit 0368e56

Please sign in to comment.