Skip to content

Commit

Permalink
CI: disable macOS builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chadaustin committed Sep 4, 2024
1 parent 059e938 commit d542f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit d542f65

Please sign in to comment.