Skip to content

Commit 1de0a14

Browse files
committed
GitHub CI: On macOS, install texlive instead of mactex-no-gui
This saves disk space and appears to run faster as well. It works around an issue with GitHub's macos-14 runner image, that has less free disk space due to more software being installed in the recent release (see actions/runner-images issue 10511).
1 parent 3840ef9 commit 1de0a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_dependencies_doc_macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
brew update
44

5-
brew install mactex-no-gui
5+
brew install texlive

0 commit comments

Comments
 (0)