Skip to content

Commit

Permalink
Update ci-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkjarosz committed Feb 5, 2025
1 parent 1b63a2e commit 2d60fd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
flags: '-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_IGNORE_PATH="/usr/local/Cellar/harfbuzz/10.2.0/lib/;/usr/local/Cellar/harfbuzz/10.2.0/;/usr/local/Cellar/brotli/1.1.0/include;/usr/local/Cellar/brotli/1.1.0/lib/;/opt/homebrew/Cellar/harfbuzz/10.2.0/include/;/opt/homebrew/Cellar/harfbuzz/10.2.0/lib/;/usr/local/lib/;/usr/local/Cellar/;/opt/homebrew/lib;/opt/homebrew/include;/opt/homebrew/bin;/opt/homebrew/Cellar" -DHDRVIEW_ENABLE_UHDR=OFF -DHELLOIMGUI_FREETYPE_STATIC=ON',
}
- {
name: "macOS Apple Silicon",
name: "macOS 14 Apple Silicon",
os: macos-14,
arch: "arm64",
flags: "-DHDRVIEW_ENABLE_HEIF=ON -DHDRVIEW_ENABLE_JPEGXL=ON -DHDRVIEW_ENABLE_UHDR=ON",
flags: "-DHDRVIEW_ENABLE_HEIF=ON -DHDRVIEW_ENABLE_JPEGXL=ON -DHDRVIEW_ENABLE_UHDR=ON -DUHDR_BUILD_DEPS=ON --compile-no-warning-as-error",
}
- {
name: "macOS Intel",
name: "macOS 13 Intel",
os: macos-13,
arch: "x86_64",
flags: "-DHDRVIEW_ENABLE_HEIF=ON -DHDRVIEW_ENABLE_JPEGXL=ON -DHDRVIEW_ENABLE_UHDR=ON",
flags: "-DHDRVIEW_ENABLE_HEIF=ON -DHDRVIEW_ENABLE_JPEGXL=ON -DHDRVIEW_ENABLE_UHDR=ON -DUHDR_BUILD_DEPS=ON --compile-no-warning-as-error",
}

buildtype: [Release, Debug]
Expand Down

0 comments on commit 2d60fd1

Please sign in to comment.