From 35146f545eaa478fc7310c70aebc6a4d5a0d1f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Guti=C3=A9rrez=20Hermoso?= Date: Thu, 9 Jan 2025 17:52:07 -0500 Subject: [PATCH] ci: update to Ubuntu 24.04 Time to get with the times. --- .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 71fd2a6c..9432a3ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-20.04 + - ubuntu-24.04 - windows-latest host: - x64