From 93098988cd7049fcadd69dec4e094a303af27436 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 17 Apr 2025 15:21:48 +0200 Subject: [PATCH] CI: test on ubuntu 22.04 or 24.04 20.04 was removed. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97e5fe196..408ba59ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,10 +54,10 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-20.04 + - os: ubuntu-22.04 python-version: '3.8' toxenv: py38-fuse2 - - os: ubuntu-20.04 + - os: ubuntu-22.04 python-version: '3.9' toxenv: py39-fuse3 - os: ubuntu-22.04 @@ -66,7 +66,7 @@ jobs: - os: ubuntu-22.04 python-version: '3.11' toxenv: py311-fuse2 - - os: ubuntu-22.04 + - os: ubuntu-24.04 python-version: '3.12' toxenv: py312-fuse3 - os: macos-14