From 1068774d16fe7bc192e558dd46e83f31b02ab88f Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:01:10 +0100 Subject: [PATCH] Temporarily disable macOS in CI --- .github/workflows/checks.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: ""