From ee3efcff55f9e42e8f2722edf4fda9064b405382 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Wed, 18 Dec 2024 11:06:34 +0000 Subject: [PATCH] Test on macos-13 not macos-12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 922ab123..ccaee688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: java: [ '8', '11', '16', '17', '19', '21' ] - runs-on: [ubuntu-latest, macos-12, windows-2019] # Note macos-12, not latest/14, due to hdf5 install issue + runs-on: [ubuntu-latest, macos-13, windows-2019] # Note macos-13, not latest/14, due to hdf5 install issue exclude: - runs-on: macos-latest java: "8"