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 b05c9f7 commit 18d4e41Copy full SHA for 18d4e41
.github/workflows/build.yml
@@ -486,7 +486,7 @@ jobs:
486
487
build_tsan:
488
name: 'Thread sanitizer'
489
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
490
timeout-minutes: 60
491
needs: check_source
492
if: needs.check_source.outputs.run_tests == 'true'
@@ -512,7 +512,7 @@ jobs:
512
513
build_tsan_free_threading:
514
name: 'Thread sanitizer (free-threading)'
515
516
517
518
0 commit comments