Skip to content

Commit

Permalink
Merge branch 'master' into release/0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Aug 4, 2022
2 parents 9dae4ef + 8510a5e commit 1f47416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1f47416

Please sign in to comment.