Skip to content

Commit ecc1594

Browse files
committed
fix: GH actions: set python version to 3.11 and macos to latest
Signed-off-by: Christopher Arndt <[email protected]>
1 parent ebde2fb commit ecc1594

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
os: [ubuntu-latest, windows-latest, macOS-10.15]
40+
os: [ubuntu-latest, windows-latest, macos-latest]
4141
steps:
4242

4343
- uses: actions/checkout@v3
@@ -46,12 +46,14 @@ jobs:
4646

4747
# Used to host cibuildwheel
4848
- uses: actions/setup-python@v4
49+
with:
50+
python-version: '3.11'
4951

5052
- name: Build wheels
5153
uses: pypa/[email protected]
5254
# to supply options, put them in 'env', like:
5355
# env:
54-
# CIBW_SOME_OPTION: value
56+
# CIBW_SOME_OPTION: value
5557

5658
- uses: actions/upload-artifact@v3
5759
with:

0 commit comments

Comments
 (0)