mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-10 00:52:57 +01:00
Try bumping to macOS 11
This commit is contained in:
parent
d21e9697d0
commit
126da35fef
4
.github/workflows/all.yml
vendored
4
.github/workflows/all.yml
vendored
@ -980,7 +980,7 @@ jobs:
|
|||||||
build_mac:
|
build_mac:
|
||||||
if: false
|
if: false
|
||||||
name: Build Mac DMG
|
name: Build Mac DMG
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1.2.0
|
- uses: actions/checkout@v1.2.0
|
||||||
- name: git hackery
|
- name: git hackery
|
||||||
@ -1020,7 +1020,6 @@ jobs:
|
|||||||
Qt5LinguistTools_DIR: /usr/local/opt/qt5/lib/cmake/Qt5LinguistTools
|
Qt5LinguistTools_DIR: /usr/local/opt/qt5/lib/cmake/Qt5LinguistTools
|
||||||
GST_SCANNER_PATH: /usr/local/opt/gstreamer/libexec/gstreamer-1.0/gst-plugin-scanner
|
GST_SCANNER_PATH: /usr/local/opt/gstreamer/libexec/gstreamer-1.0/gst-plugin-scanner
|
||||||
GST_PLUGIN_PATH: /usr/local/lib/gstreamer-1.0
|
GST_PLUGIN_PATH: /usr/local/lib/gstreamer-1.0
|
||||||
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer
|
|
||||||
working-directory: bin
|
working-directory: bin
|
||||||
run: >
|
run: >
|
||||||
cmake ..
|
cmake ..
|
||||||
@ -1030,6 +1029,7 @@ jobs:
|
|||||||
-DGETTEXT_MSGMERGE_EXECUTABLE=/usr/local/opt/gettext/bin/msgmerge
|
-DGETTEXT_MSGMERGE_EXECUTABLE=/usr/local/opt/gettext/bin/msgmerge
|
||||||
-DGETTEXT_MSGFMT_EXECUTABLE=/usr/local/opt/gettext/bin/msgfmt
|
-DGETTEXT_MSGFMT_EXECUTABLE=/usr/local/opt/gettext/bin/msgfmt
|
||||||
-DGETTEXT_XGETTEXT_EXECUTABLE=/usr/local/opt/gettext/bin/xgettext
|
-DGETTEXT_XGETTEXT_EXECUTABLE=/usr/local/opt/gettext/bin/xgettext
|
||||||
|
-DDEVELOPER_DIR=$(xcode-select -p)
|
||||||
- name: make
|
- name: make
|
||||||
working-directory: bin
|
working-directory: bin
|
||||||
run: make -j2
|
run: make -j2
|
||||||
|
Loading…
Reference in New Issue
Block a user