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 3a138e9 commit f92a862Copy full SHA for f92a862
.github/workflows/ci-cd.yml
@@ -1242,8 +1242,8 @@ jobs:
1242
- 3.9
1243
- 3.8
1244
runner-vm-os:
1245
+ - ubuntu-24.04
1246
- ubuntu-22.04
- - ubuntu-20.04
1247
dist-type:
1248
- binary
1249
- source
.github/workflows/reusable-tests.yml
@@ -98,12 +98,7 @@ jobs:
98
- name: Install catchsegv and libssh headers on Linux for cythonize+coverage
99
if: >-
100
runner.os == 'Linux'
101
- run: >-
102
- sudo apt update && sudo apt install ${{
103
- inputs.runner-vm-os != 'ubuntu-20.04'
104
- && 'glibc-tools'
105
- || ''
106
- }} libssh-dev
+ run: sudo apt update && sudo apt install glibc-tools libssh-dev
107
- name: Switch 🐍 to v${{ inputs.python-version }}
108
id: python-install
109
uses: actions/setup-python@v5.3.0
0 commit comments