From ea91a57fcf2fd8d255acd5cd3cfeabfe956aa1bb Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Fri, 25 Apr 2025 09:44:03 -0500 Subject: [PATCH] fix(ci): rm ubuntu-20.04, add ubuntu-24.04 for linux test os --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 46a3d42..0b9df14 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04] + os: [ubuntu-latest, ubuntu-22.04, ubuntu-24.04] steps: - uses: actions/checkout@v4 - uses: ./