From d1301051f348b406aae50ebf31fd9ed0c497bc54 Mon Sep 17 00:00:00 2001 From: Matthew Larson Date: Fri, 13 Dec 2024 15:15:57 -0600 Subject: [PATCH] Add Ubuntu 22.04 back into CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3d8a77f..8df42bfa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [ubuntu-22.04, ubuntu-latest] python-version: ["3.10"] hdf5-branch: ["hdf5_1_14"] @@ -160,7 +160,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [ubuntu-22.04, ubuntu-latest] python-version: ["3.10"] hdf5-branch: ["hdf5_1_14", "develop"]