diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 672b06fd63..57b92d5571 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -16,8 +16,8 @@ jobs: fail-fast: true matrix: include: - - os: ubuntu-22.04-large - binary_target: x86_64-unknown-linux-gnu + # - os: ubuntu-latest + # binary_target: x86_64-unknown-linux-gnu - os: windows-latest binary_target: x86_64-pc-windows-msvc - os: macos-latest-xl