From 8fe2377b93e436e5d3a531b597ca2220a6c52002 Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Fri, 21 Nov 2025 11:22:58 -0300 Subject: [PATCH] Update CI to run on ubuntu-24.04 --- .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 dee09d1..fbf7b01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ on: push jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: OTP ${{matrix.versions.otp}} / Elixir ${{matrix.versions.elixir}} strategy: matrix: