Skip to content

Commit

Permalink
Temporary fix of ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Nov 21, 2024
1 parent 01bd692 commit 1bdd845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build_UB_sanitizer:
name: Clang UB sanitizer
runs-on: ubuntu-22.04
runs-on: ubuntu-23.10
container: ubuntu:23.10
if: github.event.pull_request.draft == false
env:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
build_thread_sanitizer:
name: Clang thread sanitizer
runs-on: ubuntu-22.04
runs-on: ubuntu-23.10
container: ubuntu:23.10
if: github.event.pull_request.draft == false
env:
Expand Down

0 comments on commit 1bdd845

Please sign in to comment.