Update Mac CI pipelines to use MacOS-12 (#541)

* Update Mac CI pipelines to use MacOS-12

The MacOS-10.15 CI runners are now deprecated, and will begin brownouts in August. See discussion here: https://github.com/actions/virtual-environments/issues/5583

MacOS-11 is also available, in case there are any issues with 12.

* drop non-functional qt

* add warnings about Qt < 6.2 to docs

* specify Qt 6.2.4 as the minimum for ios
This commit is contained in:
David Dalcino
2022-09-17 23:34:08 -07:00
committed by GitHub
parent 4bac0e69d3
commit 0fe801746a
4 changed files with 13 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- job: Mac
dependsOn: MatricesGenerator
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-12'
strategy:
matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.mac'] ]
steps: