From 8956b430811bf58a2bec78bc77310e0f6f6dfa11 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Fri, 7 Aug 2026 06:07:48 -0400 Subject: [PATCH] Use Mere 0.18.5 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 3bf05193..c1b2cf62 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.4 + image: mere/ci:v0.18.5 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.4 + image: mere/ci:v0.18.5 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 2f92518d..06b97f59 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.4 + image: mere/ci:v0.18.5 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: