diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 40534153..ee4d113a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: detect: runs-on: ubuntu-24.04-arm container: - image: mere/ci:v0.21.0 + image: mere/ci:v0.22.1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} MANUAL_RECIPES: ${{ inputs.recipes }} @@ -120,7 +120,7 @@ jobs: if: needs.detect.outputs.has_recipes == 'true' runs-on: ${{ matrix.runner }} container: - image: mere/ci:v0.21.0 + image: mere/ci:v0.22.1 options: --privileged --cpus=4 --memory=12g strategy: matrix: ${{ fromJSON(needs.detect.outputs.matrix) }} diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 10b265b2..cc363455 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -10,7 +10,7 @@ jobs: validate: runs-on: ubuntu-24.04 container: - image: mere/ci:v0.21.0 + image: mere/ci:v0.22.1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: diff --git a/recipes/desktop/glib/recipe.kdl b/recipes/desktop/glib/recipe.kdl index 4ab2194a..7bdc2558 100644 --- a/recipes/desktop/glib/recipe.kdl +++ b/recipes/desktop/glib/recipe.kdl @@ -1,7 +1,7 @@ recipe { name "glib" version "2.84.4" - release 3 + release 4 description "Low-level core library that forms the basis for GTK and GNOME" url "https://www.gtk.org/" archs "aarch64" "x86_64"