Workaround for the macOS actions thanks to @winder

This commit is contained in:
louis-barman 2020-12-13 09:49:33 +00:00
parent 0156e0e620
commit c145a6dc1b
1 changed files with 4 additions and 1 deletions

View File

@ -54,13 +54,16 @@ jobs:
checksum.txt
macos-build:
runs-on: macos-latest
runs-on: macos-10.15
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Install dependencies
run: |
brew update || brew update
brew uninstall openssl@1.0.2t
rm -rf /usr/local/etc/openssl
rm -rf /usr/local/etc/openssl@1.1
brew upgrade
brew install cmake qt5 ftgl pkg-config fluid-synth
- name: Define variables