Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
.github/workflows/ci-sage.yml (macos): Use sagemath/sage#37237
  • Loading branch information
mkoeppe committed Feb 6, 2024
commit 0646833ea1b0857677bfbf1852a5f0838a6cdb48
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:
Copy link
Contributor Author

@mkoeppe mkoeppe Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pfetsch This is ready for merging if you'd like to add macOS testing to your project.

I'll send a PR later to replace these temporary refs by permanent ones.

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]