Skip to content

Commit

Permalink
use latest build env (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Aug 4, 2022
1 parent 6dc02b0 commit 8510a5e
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 8510a5e

Please sign in to comment.