diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index d12f2e55c..92ae826a9 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -33,14 +33,14 @@ jobs: os: ubuntu-latest features: "" target: "x86_64-unknown-linux-gnu" - - rust: "stable" - os: macos-latest - features: "" - target: "x86_64-apple-darwin" - - rust: "stable" - os: macos-14 - features: "" - target: "aarch64-apple-darwin" + # - rust: "stable" + # os: macos-latest + # features: "" + # target: "x86_64-apple-darwin" + # - rust: "stable" + # os: macos-14 + # features: "" + # target: "aarch64-apple-darwin" - rust: stable-x86_64-gnu os: windows-2022 features: ""