We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78194f commit 9b44b30Copy full SHA for 9b44b30
.github/workflows/CI-wheels.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
22
- os: [macos-13, windows-2022, ubuntu-20.04]
+ os: [macos-13, windows-2022, ubuntu-24.04]
23
24
steps:
25
- uses: actions/checkout@v4
.github/workflows/Publish.yaml
@@ -22,7 +22,7 @@ jobs:
- os: [ubuntu-20.04, macos-13, windows-2022]
+ os: [ubuntu-24.04, macos-13, windows-2022]
26
27
28
@@ -109,7 +109,7 @@ jobs:
109
path: dist
110
- uses: actions/download-artifact@v4
111
with:
112
- name: wheels-ubuntu-20.04
+ name: wheels-ubuntu-24.04
113
114
115
0 commit comments