From 8d3652ba467411f43804774e43fb7fa5004ae385 Mon Sep 17 00:00:00 2001 From: sandroid Date: Sun, 20 Apr 2025 20:25:01 +0200 Subject: [PATCH] Meta: use latest ubuntu image for ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fdab5fe..0428748 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, ubuntu-latest] # Steps represent a sequence of tasks that will be executed as part of the job steps: