From d542f6535e96f188d0bf6fe2c9c59d590be6cd8d Mon Sep 17 00:00:00 2001 From: Chad Austin Date: Wed, 4 Sep 2024 00:39:05 -0700 Subject: [PATCH] CI: disable macOS builds for now --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d8474c..7e088ee 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,8 +11,9 @@ jobs: matrix: image: - ubuntu-latest - - macos-latest # ARM - - macos-13 # Intel + # TODO: Figure out how to install libheif on macOS. + # - macos-latest # ARM + # - macos-13 # Intel # Windows will require extra attention. # - windows-latest @@ -23,6 +24,5 @@ jobs: - name: Install stable toolchain uses: dtolnay/rust-toolchain@stable - name: Install libheif - if: ${{ matrix.image=="ubuntu-latest" }} run: sudo apt install -y libheif-dev - run: cargo test