Try to use Qt 5.15.10 to make macos builds work in Mojave

This commit is contained in:
Luis Ángel San Martín 2024-05-27 19:02:48 +02:00
parent 2bebec95bf
commit d4bf1f08f7

View File

@ -212,8 +212,8 @@ jobs:
vmImage: 'macOS-latest'
steps:
- script: |
brew install qt@5
brew link qt@5 --force
brew install qt@5.15.10
brew link qt@5.15.10 --force
brew install create-dmg
brew install node
brew link --overwrite node