Skip to content

Commit fc984ad

Browse files
committed
.github/workflows/ci-sage.yml: Use sagemath/sage#37237 for macOS tests
1 parent 1bb4dee commit fc984ad

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci-sage.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,14 @@ jobs:
137137
needs: [dist, kanarienvogel]
138138

139139
macos:
140-
uses: sagemath/sage/.github/workflows/macos.yml@develop
140+
# Use https://github.com/sagemath/sage/pull/37237
141+
uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
142+
#uses: sagemath/sage/.github/workflows/macos.yml@develop
141143
with:
142-
osversion_xcodeversion_toxenv_tuples: >-
143-
[["latest", "", "homebrew-macos-usrlocal-minimal"],
144-
["latest", "", "homebrew-macos-usrlocal-standard"],
145-
["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"]]
146144
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES=singular singular
147145
targets_optional: SAGE_CHECK=no SAGE_CHECK_pysingular=warn pysingular
148146
sage_repo: sagemath/sage
149-
sage_ref: develop
147+
sage_ref: refs/pull/37237/head
148+
#sage_ref: develop
150149
upstream_artifact: upstream
151150
needs: [dist, kanarienvogel]

0 commit comments

Comments
 (0)