Skip to content

Commit 8de5e30

Browse files
build: install XQuartz in macOS CI for arm64 builds (#3872)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cd20825 commit 8de5e30

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ jobs:
219219
# brew upgrade # temporarily disabled because of the issues it's causing
220220
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
221221
brew install coreutils pkgconf
222+
wget https://github.com/XQuartz/XQuartz/releases/download/XQuartz-2.8.5/XQuartz-2.8.5.pkg -O XQuartz.pkg
223+
sudo installer -verbose -pkg XQuartz.pkg -target /
222224
223225
- name: Install go modules
224226
# if: steps.go.outputs.cache-hit != 'true'

CHANGELOG_PENDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020

2121
#### General
2222

23+
* build: install XQuartz in macOS CI to fix arm64 builds (@hjpotter92)
24+
2325
#### CLI

0 commit comments

Comments
 (0)