Skip to content

Commit

Permalink
Downgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Mar 15, 2024
1 parent b05c9f7 commit 18d4e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ jobs:

build_tsan:
name: 'Thread sanitizer'
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
timeout-minutes: 60
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
Expand All @@ -512,7 +512,7 @@ jobs:

build_tsan_free_threading:
name: 'Thread sanitizer (free-threading)'
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
timeout-minutes: 60
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
Expand Down

0 comments on commit 18d4e41

Please sign in to comment.