File tree 1 file changed +5
-6
lines changed 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,14 @@ jobs:
137
137
needs : [dist, kanarienvogel]
138
138
139
139
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
141
143
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"]]
146
144
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES=singular singular
147
145
targets_optional : SAGE_CHECK=no SAGE_CHECK_pysingular=warn pysingular
148
146
sage_repo : sagemath/sage
149
- sage_ref : develop
147
+ sage_ref : refs/pull/37237/head
148
+ # sage_ref: develop
150
149
upstream_artifact : upstream
151
150
needs : [dist, kanarienvogel]
You can’t perform that action at this time.
0 commit comments