From d6992af68dc3efd06000211f4e972d4128448b14 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 4 Feb 2024 10:14:07 -0800 Subject: [PATCH] .github/workflows/ci-sage.yml (macos): Use https://github.com/sagemath/sage/pull/37237 --- .github/workflows/ci-sage.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index b4566e56..34fdc1eb 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -100,12 +100,9 @@ jobs: needs: [dist] macos: - uses: sagemath/sage/.github/workflows/macos.yml@develop + # Use https://github.com/sagemath/sage/pull/37237 + uses: sagemath/sage/.github/workflows/macos.yml@refs/pull/37237/head with: - osversion_xcodeversion_toxenv_tuples: >- - [["latest", "", "homebrew-macos-usrlocal-minimal"], - ["latest", "", "homebrew-macos-usrlocal-standard"], - ["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"]] targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,dsdp,scip_sdp" scip_sdp sage_repo: sagemath/sage sage_ref: develop