File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Run Sage CI for Linux
1
+ name : Run Sage CI for Linux and macOS
2
2
3
3
# # This GitHub Actions workflow provides:
4
4
# #
5
5
# # - portability testing, by building and testing this project on many platforms
6
- # # (Linux variants)
6
+ # # (Linux variants, macOS )
7
7
# #
8
8
# # - continuous integration, by building and testing other software
9
9
# # that depends on this project.
98
98
# 'Package "sage-docker-..." is already associated with another repository.'
99
99
docker_push_repository : ghcr.io/${{ github.repository }}/scip_sdp_
100
100
needs : [dist]
101
+
102
+ macos :
103
+ # Use https://github.com/sagemath/sage/pull/37237
104
+ uses : mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
105
+ with :
106
+ targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,dsdp,scip_sdp" scip_sdp
107
+ sage_repo : sagemath/sage
108
+ sage_ref : refs/pull/37237/head
109
+ upstream_artifact : upstream
110
+ needs : [dist]
You can’t perform that action at this time.
0 commit comments