diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b56b57452..d78d46206 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -182,10 +182,9 @@ jobs: - name: Integration Tests - Hybrid run: cargo test --release --test "hybrid" --no-default-features --features "cli compact-gate web-app real-world-infra test-fixture relaxed-dp" - # sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699, - # and are broken on ubuntu 24.04 https://github.com/rust-lang/rust/issues/111073#issuecomment-2561607617 + # sanitizers currently require nightly https://github.com/rust-lang/rust/issues/39699 sanitize: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: