| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -142,7 +142,7 @@ jobs: | |||
| 142 | 142 | name: 'Check if generated files are up to date' | |
| 143 | 143 | # Don't use ubuntu-latest but a specific version to make the job | |
| 144 | 144 | # reproducible: to get the same tools versions (autoconf, aclocal, ...) | |
| 145 | - runs-on: ubuntu-22.04 | ||
| 145 | + runs-on: ubuntu-24.04 | ||
| 146 | 146 | timeout-minutes: 60 | |
| 147 | 147 | needs: check_source | |
| 148 | 148 | if: needs.check_source.outputs.run_tests == 'true' | |
@@ -295,7 +295,7 @@ jobs: | |||
| 295 | 295 | strategy: | |
| 296 | 296 | fail-fast: false | |
| 297 | 297 | matrix: | |
| 298 | - os: [ubuntu-22.04] | ||
| 298 | + os: [ubuntu-24.04] | ||
| 299 | 299 | openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2] | |
| 300 | 300 | env: | |
| 301 | 301 | OPENSSL_VER: ${{ matrix.openssl_ver }} | |
@@ -349,7 +349,7 @@ jobs: | |||
| 349 | 349 | ||
| 350 | 350 | test_hypothesis: | |
| 351 | 351 | name: "Hypothesis tests on Ubuntu" | |
| 352 | - runs-on: ubuntu-22.04 | ||
| 352 | + runs-on: ubuntu-24.04 | ||
| 353 | 353 | timeout-minutes: 60 | |
| 354 | 354 | needs: check_source | |
| 355 | 355 | if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true' | |
@@ -468,6 +468,9 @@ jobs: | |||
| 468 | 468 | timeout-minutes: 60 | |
| 469 | 469 | needs: check_source | |
| 470 | 470 | if: needs.check_source.outputs.run_tests == 'true' | |
| 471 | + strategy: | ||
| 472 | + matrix: | ||
| 473 | + os: [ubuntu-24.04] | ||
| 471 | 474 | env: | |
| 472 | 475 | OPENSSL_VER: 3.0.15 | |
| 473 | 476 | PYTHONSTRICTEXTENSIONBUILD: 1 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,6 +16,7 @@ apt-get -yq install \ | |||
| 16 | 16 | libgdbm-compat-dev \ | |
| 17 | 17 | liblzma-dev \ | |
| 18 | 18 | libncurses5-dev \ | |
| 19 | + libnsl-dev \ | ||
| 19 | 20 | libreadline6-dev \ | |
| 20 | 21 | libsqlite3-dev \ | |
| 21 | 22 | libssl-dev \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ on: | |||
| 13 | 13 | jobs: | |
| 14 | 14 | build_tsan_reusable: | |
| 15 | 15 | name: 'Thread sanitizer' | |
| 16 | - runs-on: ubuntu-22.04 | ||
| 16 | + runs-on: ubuntu-24.04 | ||
| 17 | 17 | timeout-minutes: 60 | |
| 18 | 18 | env: | |
| 19 | 19 | OPTIONS: ${{ inputs.options }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ jobs: | |||
| 20 | 20 | strategy: | |
| 21 | 21 | fail-fast: false | |
| 22 | 22 | matrix: | |
| 23 | - os: [ubuntu-22.04] | ||
| 23 | + os: [ubuntu-24.04] | ||
| 24 | 24 | env: | |
| 25 | 25 | OPENSSL_VER: 3.0.15 | |
| 26 | 26 | PYTHONSTRICTEXTENSIONBUILD: 1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments