From d9a48b90b015f16d81c1a3d5a8cdcead957e7362 Mon Sep 17 00:00:00 2001 From: Jim Broadus Date: Sun, 14 Feb 2021 13:14:28 -0800 Subject: [PATCH] build: Make Mac build compatible with Mojave Use XCode 10.3 to maintain Mojave compatibility. --- .github/workflows/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index d616914ad..82ea825ca 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -896,6 +896,7 @@ jobs: Qt5LinguistTools_DIR: /usr/local/opt/qt5/lib/cmake/Qt5LinguistTools GST_SCANNER_PATH: /usr/local/opt/gstreamer/libexec/gstreamer-1.0/gst-plugin-scanner GST_PLUGIN_PATH: /usr/local/lib/gstreamer-1.0 + DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer working-directory: bin run: > cmake ..