From c694e337a419f2b1585e462226ce9556c289745b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Tue, 4 Mar 2025 18:52:17 +0100 Subject: [PATCH] ci: use `ubuntu-latest` Ubuntu 20.04 LTS runner will be removed on 2025-04-01. This change should have no effect as we use an Alpine container to perform the build itself. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 756de78e3..d77b53b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: include: - - os: ubuntu-20.04 + - os: ubuntu-latest shell: bash container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:ghc-9.6.5\", \"options\": \"--user 1001\"}" - os: macos-13 # x86_64 macOS