From f114151e0ed3ea6ac33691e77ca695d342e39fe6 Mon Sep 17 00:00:00 2001 From: Hiro Matsui Date: Mon, 25 Nov 2024 19:06:49 -0800 Subject: [PATCH] Back to Ubuntu-22.04 for HDF5 --- .github/workflows/linux_and_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 35ba78b9..dcf7830d 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -21,7 +21,7 @@ env: jobs: Run-on-Ubuntu: name: test-compile on Ubuntu - runs-on: [ubuntu-latest] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v2 - name: build