From 164e6a601fb63d22e35261f5d3fd154be112e936 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 18 Jan 2025 11:08:46 +0100 Subject: [PATCH] ci: Update stack builder to ubuntu 24.04 Renovate doesn't seem to pick this up, because it's in a matrix specification. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a0f13cdf1..62113a1fb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -88,7 +88,7 @@ jobs: matrix: include: - name: Linux - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 cache: | ~/.stack/pantry ~/.stack/snapshots