Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml (macos): Use sagemath/sage#37237
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 6, 2024
1 parent bf9b7f2 commit 0646833
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,11 @@ jobs:
needs: [dist]

macos:
uses: sagemath/sage/.github/workflows/macos.yml@develop
# Use https://github.com/sagemath/sage/pull/37237
uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
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
sage_ref: refs/pull/37237/head
upstream_artifact: upstream
needs: [dist]

0 comments on commit 0646833

Please sign in to comment.