We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd20825 commit 8de5e30Copy full SHA for 8de5e30
.github/workflows/build.yaml
@@ -219,6 +219,8 @@ jobs:
219
# brew upgrade # temporarily disabled because of the issues it's causing
220
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
221
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 /
224
225
- name: Install go modules
226
# if: steps.go.outputs.cache-hit != 'true'
CHANGELOG_PENDING.md
@@ -20,4 +20,6 @@
20
21
#### General
22
23
+* build: install XQuartz in macOS CI to fix arm64 builds (@hjpotter92)
24
+
25
#### CLI
0 commit comments