Skip to content

Commit 18d4e41

Browse files
committed
Downgrade ubuntu
1 parent b05c9f7 commit 18d4e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ jobs:
486486

487487
build_tsan:
488488
name: 'Thread sanitizer'
489-
runs-on: ubuntu-22.04
489+
runs-on: ubuntu-20.04
490490
timeout-minutes: 60
491491
needs: check_source
492492
if: needs.check_source.outputs.run_tests == 'true'
@@ -512,7 +512,7 @@ jobs:
512512

513513
build_tsan_free_threading:
514514
name: 'Thread sanitizer (free-threading)'
515-
runs-on: ubuntu-22.04
515+
runs-on: ubuntu-20.04
516516
timeout-minutes: 60
517517
needs: check_source
518518
if: needs.check_source.outputs.run_tests == 'true'

0 commit comments

Comments
 (0)