Skip to content

Commit 3241d5a

Browse files
committed
.github/workflows/ci-sage.yml (macos): Use sagemath/sage#37237
1 parent 51ca3b5 commit 3241d5a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci-sage.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,11 @@ jobs:
100100
needs: [dist]
101101

102102
macos:
103-
uses: sagemath/sage/.github/workflows/macos.yml@develop
103+
# Use https://github.com/sagemath/sage/pull/37237
104+
uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
104105
with:
105-
osversion_xcodeversion_toxenv_tuples: >-
106-
[["latest", "", "homebrew-macos-usrlocal-minimal"],
107-
["latest", "", "homebrew-macos-usrlocal-standard"],
108-
["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"]]
109106
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,dsdp,scip_sdp" scip_sdp
110107
sage_repo: sagemath/sage
111-
sage_ref: develop
108+
sage_ref: refs/pull/37237/head
112109
upstream_artifact: upstream
113110
needs: [dist]

0 commit comments

Comments
 (0)