Merge pull request #3868 from PatTheMav/ci-macos-deps-update

CI: Update macOS to Qt 5.15.2 and deps 2020-12-11
master
Ben Torell 2020-12-11 15:40:59 -05:00 committed by GitHub
commit 3a1af9cb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ jobs:
runs-on: [macos-latest]
env:
MIN_MACOS_VERSION: '10.13'
MACOS_DEPS_VERSION: '2020-08-30'
MACOS_DEPS_VERSION: '2020-12-11'
VLC_VERSION: '3.0.8'
SPARKLE_VERSION: '1.23.0'
QT_VERSION: '5.14.1'
QT_VERSION: '5.15.2'
SIGN_IDENTITY: ''
steps:
- name: 'Checkout'