From 241714e1923c566b3161b34e1eb68aeccce4dd62 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 2 Jul 2024 14:08:36 -0400 Subject: [PATCH] [ci] Updated OS of ci build to ubuntu-24.04 --- .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 988ee3ba..ec93d91d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ --- -name: Ansible OpenWISP2 CI Build +name: Ansible-OpenWISP2 CI Build on: # yamllint disable-line rule:truthy push: @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy jobs: build: name: Build ${{ matrix.distro }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false