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 4, 2024
1 parent 51ca3b5 commit d6992af
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6992af

Please sign in to comment.