Skip to content

Commit ed221c7

Browse files
test
1 parent 79f3efc commit ed221c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-20.04, windows-2019]
13+
os: [ubuntu-22.04, windows-2019]
1414
# os: [ubuntu-20.04]
1515

1616
steps:
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '3.x'
2222

2323
- name: Set up QEMU
24-
if: matrix.os == 'ubuntu-20.04'
24+
if: matrix.os == 'ubuntu-22.04'
2525
uses: docker/setup-qemu-action@v2
2626
- name: Build wheels
2727

0 commit comments

Comments
 (0)