Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/mosaic/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ package:

source:
- git: https://github.com/christianbator/mosaic
rev: main
rev: 6890114b5189343f0181b3f70574fccb69f04a28

build:
number: 0
number: 1
script: build/build.sh
dynamic_linking:
missing_dso_allowlist:
Expand All @@ -31,7 +31,7 @@ requirements:
build:
- clang
host:
- max==25.1.0
- max==25.2.0
run:
- ${{ pin_compatible('max') }}

Expand Down