Skip to content

Commit 4680d85

Browse files
author
Matthias Koeppe
committed
.github/workflows/macos.yml: Replace homebrew-macos-11-xcode_13.2.1-standard by -minimal, to avoid problem with maxima
1 parent 9e10fe6 commit 4680d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
default: >-
2424
[["latest", "", "homebrew-macos-usrlocal-minimal"],
2525
["latest", "", "homebrew-macos-usrlocal-standard"],
26-
["11", "xcode_13.2.1", "homebrew-macos-usrlocal-standard"],
26+
["11", "xcode_13.2.1", "homebrew-macos-usrlocal-minimal],
2727
["12", "", "homebrew-macos-usrlocal-standard"],
2828
["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"],
2929
["latest", "", "homebrew-macos-usrlocal-maximal"],

0 commit comments

Comments
 (0)