diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9917a9fb..6bb2f679 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -65,10 +65,6 @@ jobs: - os: windows-2019 rust-toolchain: stable type: debug - # TODO: Remove once https://github.com/rust-lang/rust/issues/111073#issuecomment-2561607617 is fixed. - - os: ubuntu-22.04 - rust-toolchain: nightly - type: debug env: BUILD_TYPE: ${{ matrix.type == 'release' && '--release' || '' }} runs-on: ${{ matrix.os }} @@ -127,8 +123,7 @@ jobs: if: matrix.type == 'debug' && matrix.rust-toolchain == 'nightly' && endsWith(matrix.os, '-latest') - name: Run tests with sanitizers - # TODO: Unpin ubuntu when https://github.com/rust-lang/rust/issues/111073#issuecomment-2561607617 is fixed. - if: (matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-latest') && matrix.rust-toolchain == 'nightly' + if: (matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest') && matrix.rust-toolchain == 'nightly' env: RUST_LOG: trace ASAN_OPTIONS: detect_leaks=1:detect_stack_use_after_return=1