From 09f2cb69cb592873d3a1dfd2600b2114c3619c8b Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Fri, 7 Aug 2026 05:25:20 -0400 Subject: [PATCH] Use Mere 0.18.4 CI images --- .github/workflows/build.yaml | 4 ++-- .github/workflows/validate.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 34c4e525..3bf05193 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.18.1 + image: mere/ci:v0.18.4 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.18.1 + image: mere/ci:v0.18.4 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 a3c3b9ce..2f92518d 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.18.1 + image: mere/ci:v0.18.4 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: