From bd4385538f53acaf99b3d1bd5d6859bea91f00b6 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 18 Nov 2024 12:44:44 +0100 Subject: [PATCH] Update workflows to use ubuntu-24.04 (processone/ejabberd#4281) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ea3e9b..bcd2ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: otp: [20, 25, 26, 27] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: image: erlang:${{ matrix.otp }} steps: @@ -26,7 +26,7 @@ jobs: cover: name: Cover needs: [tests] - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: ./configure --enable-gcov