Skip to content

Commit

Permalink
Try bumping to macOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Jul 10, 2023
1 parent 01875fa commit 1d70574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ jobs:

build_mac:
name: Build Mac DMG
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/[email protected]
- name: git hackery
Expand Down Expand Up @@ -1016,7 +1016,6 @@ 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 ..
Expand All @@ -1026,6 +1025,7 @@ jobs:
-DGETTEXT_MSGMERGE_EXECUTABLE=/usr/local/opt/gettext/bin/msgmerge
-DGETTEXT_MSGFMT_EXECUTABLE=/usr/local/opt/gettext/bin/msgfmt
-DGETTEXT_XGETTEXT_EXECUTABLE=/usr/local/opt/gettext/bin/xgettext
-DDEVELOPER_DIR=$(xcode-select -p)
- name: make
working-directory: bin
run: make -j2
Expand Down

0 comments on commit 1d70574

Please sign in to comment.