From aa59176ef49eb402a3d3e19fb893d518ca742e02 Mon Sep 17 00:00:00 2001 From: Christian Bator Date: Wed, 26 Mar 2025 17:16:00 +0100 Subject: [PATCH] Update MAX to 25.2.0 --- recipes/mosaic/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/mosaic/recipe.yaml b/recipes/mosaic/recipe.yaml index 5c7c6422..46a63712 100644 --- a/recipes/mosaic/recipe.yaml +++ b/recipes/mosaic/recipe.yaml @@ -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: @@ -31,7 +31,7 @@ requirements: build: - clang host: - - max==25.1.0 + - max==25.2.0 run: - ${{ pin_compatible('max') }}