From ded6bb19a77b4f3933052a583daf776f7ee530a9 Mon Sep 17 00:00:00 2001 From: Agustin Varela Date: Thu, 23 Jul 2026 13:54:16 -0300 Subject: [PATCH] fix: replace retired ubuntu-20.04 CI runner image GitHub retired the ubuntu-20.04 hosted image, so jobs never got a runner: they sat queued and were auto-cancelled after 24h with zero steps executed. Every run since June 2025 failed this way. ubuntu-24.04 has builds for both matrix pairs on builds.hex.pm (OTP 24.3.4.x and OTP 27, Elixir 1.15/1.18), so the matrix is unchanged. Co-Authored-By: Claude Opus 4.8 --- .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 a3e84d7..8e53d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: MIX_ENV: test strategy: