From a6dae7b90545df56faeb1f1bbdc5d7dfa187bdfa Mon Sep 17 00:00:00 2001 From: Lindon Roberts Date: Fri, 31 May 2024 10:59:39 +1000 Subject: [PATCH] No wheel for macos 13 (intel) as unsure where Fortran compiler is --- .github/workflows/upload_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload_pypi.yml b/.github/workflows/upload_pypi.yml index 6091534..f349f0a 100644 --- a/.github/workflows/upload_pypi.yml +++ b/.github/workflows/upload_pypi.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: # macos-13 is an intel runner, macos-14 is apple silicon - os: [ubuntu-latest, macos-13, macos-14] + os: [ubuntu-latest, macos-14] steps: - uses: actions/checkout@v4