Skip to content

Commit 1dbd6fe

Browse files
author
Bernd Gassmann
committed
use 22.04 for all wheels
1 parent 188c116 commit 1dbd6fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
PYTHON_BINDING_VERSION: "3.10"
2121
- os: ubuntu-22.04
2222
PYTHON_BINDING_VERSION: "3.11"
23-
- os: ubuntu-24.04
23+
- os: ubuntu-22.04
2424
PYTHON_BINDING_VERSION: "3.12"
25+
- os: ubuntu-22.04
26+
PYTHON_BINDING_VERSION: "3.13"
2527

2628
name: ${{ matrix.os }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
2729
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)