Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml: Use sagemath/sage#37237 for macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 14, 2024
1 parent e5afb27 commit ffe37a2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,14 @@ jobs:
needs: [dist, kanarienvogel]

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
#uses: sagemath/sage/.github/workflows/macos.yml@develop
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=singular singular
targets_optional: SAGE_CHECK=no SAGE_CHECK_pysingular=warn pysingular
sage_repo: sagemath/sage
sage_ref: develop
sage_ref: refs/pull/37237/head
#sage_ref: develop
upstream_artifact: upstream
needs: [dist, kanarienvogel]

0 comments on commit ffe37a2

Please sign in to comment.