Skip to content

Commit

Permalink
latest mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Dec 7, 2023
1 parent 9043703 commit 31e329a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check:
strategy:
matrix:
os: [macos-latest-xlarge]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
101 changes: 50 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ lutgen = {version ="0.9.0", features = ["lutgen-palettes"]}
libheif-rs = { version = "0.22.0", default-features = false, optional = true}
egui-phosphor = "=0.3.0"

[env]
PKG_CONFIG_PATH = "libheif/build"

[features]
heif = ["libheif-rs"]
avif_native = ["avif-decode"]
Expand Down

0 comments on commit 31e329a

Please sign in to comment.