From 59e3aa96c761065542246d30e9a90dcbd54bab2c Mon Sep 17 00:00:00 2001 From: Alex Chernyakhovsky Date: Mon, 23 Feb 2026 17:42:45 -0500 Subject: [PATCH] Upgrade ubuntu runners (+2y) --- .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 27a6fca..097324c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ jobs: strategy: matrix: - os: [macos-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, ubuntu-22.04, ubuntu-24.04] crypto: [auto] include: - crypto: nettle - os: ubuntu-20.04 + os: ubuntu-22.04 steps: