Skip to content

Commit a7a6d93

Browse files
committed
ubuntu-22.04
1 parent 955136a commit a7a6d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289

290290
build_asan:
291291
name: 'Address sanitizer'
292-
runs-on: ubuntu-24.04
292+
runs-on: ubuntu-22.04
293293
timeout-minutes: 60
294294
needs: check_source
295295
if: needs.check_source.outputs.run_tests == 'true'

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-24.04]
22+
os: [ubuntu-22.04]
2323
env:
2424
OPENSSL_VER: 3.0.15
2525
PYTHONSTRICTEXTENSIONBUILD: 1

0 commit comments

Comments
 (0)