Skip to content

Commit

Permalink
Try runninng instrumented builds only on ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Mar 14, 2024
1 parent 4db2af3 commit c01a326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --compiler=${{ matrix.compiler }} --cmake-extra=-DASSERT_LOCK_HELD=ON
clang-sanitizers:
runs-on: ubuntu-22.04 # latest
runs-on: ubuntu-20.04 # latest
strategy:
matrix:
sanitizers: [",thread", ",address,undefined"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
codecov-linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Sources
uses: actions/checkout@v3
Expand Down

0 comments on commit c01a326

Please sign in to comment.