Skip to content

Commit 1f47416

Browse files
committed
Merge branch 'master' into release/0.6
2 parents 9dae4ef + 8510a5e commit 1f47416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, windows-2019, macos-10.15]
11+
os: [ubuntu-latest, windows-latest, macos-latest]
1212

1313
steps:
1414
- uses: actions/checkout@v3
1515

1616
- name: Build wheels
17-
uses: pypa/cibuildwheel@v2.8.0
17+
uses: pypa/cibuildwheel@v2.8.1
1818

1919
- uses: actions/upload-artifact@v3
2020
with:

0 commit comments

Comments
 (0)