Conversation
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Co-authored-by: cderv <6791940+cderv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix macOS CI smoke-test failures due to missing XQuartz dependencies
Install XQuartz for macOS smoke tests
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to the quarto GitHub repo!
We are always happy to hear feedback from our users.
To file a pull request, please follow these instructions : https://github.com/quarto-dev/quarto-cli?tab=contributing-ov-file
Also, please complete and keep the checklist below.
Description
macOS smoke runs were failing in R graphics paths because the CRAN R runtime could not load Cairo/X11 libraries (
libXrender.1.dylib). This change installs XQuartz in the reusable smoke-test workflow so macOS jobs have the X11 runtime required for R-rendered figures and tables.Scope
.github/workflows/test-smokes.ymlWorkflow change
popplerandlibrsvginstalls in placeEffect
failed to load cairo DLL/ missing/opt/X11/lib/libXrender.1.dylibfailure modeChecklist
I have (if applicable):