From b6dc42128360a08ceabab3dc9d1e95608d4dabaf Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Sun, 27 Oct 2024 13:04:19 +0700 Subject: [PATCH] Use the macOS-13 target in GitHub Actions, where there are no issues when building GMTSAR with the HDF5 library --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ec62453..d0e8104 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["macos-13", "macos-14", "macos-15"] + os: ["macos-13"] python-version: ["3.11"] runs-on: ${{ matrix.os }} steps: