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 955136a commit a7a6d93Copy full SHA for a7a6d93
.github/workflows/build.yml
@@ -289,7 +289,7 @@ jobs:
289
290
build_asan:
291
name: 'Address sanitizer'
292
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
293
timeout-minutes: 60
294
needs: check_source
295
if: needs.check_source.outputs.run_tests == 'true'
.github/workflows/reusable-ubuntu.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- os: [ubuntu-24.04]
+ os: [ubuntu-22.04]
23
env:
24
OPENSSL_VER: 3.0.15
25
PYTHONSTRICTEXTENSIONBUILD: 1
0 commit comments