Skip to content

Commit

Permalink
Force MacOS build to use macOS-13 (ezEngine#1398)
Browse files Browse the repository at this point in the history
* Increase timeout of MacOS brew install

* Update to MacOS 14
  • Loading branch information
Sanakan8472 authored and jankrassnigg committed Sep 25, 2024
1 parent affd254 commit 30896c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Code/BuildSystem/AzurePipelines/MacOS-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- job: Job_1
displayName: MacOS-x64
pool:
vmImage: 'macOS-latest'
vmImage: 'macOS-13'
steps:
- checkout: self
submodules: true
Expand Down Expand Up @@ -58,14 +58,18 @@ jobs:
publishJUnitResults: true
- task: Bash@3
displayName: Bash Script
timeoutInMinutes: 180
inputs:
targetType: inline
filePath: brew install Caskroom/cask/xquartz
script: |
# Brew update takes very long. Only enable if below steps start failing.
brew update
echo "--- BREW LIST ---"
brew list --versions qt@6
brew install qt@6
echo "--- BREW INSTALL QT6 ---"
brew install --verbose qt@6
echo "--- BREW INFO QT6 ---"
brew info qt@6
brew install Caskroom/cask/xquartz
brew info Caskroom/cask/xquartz
Expand Down

0 comments on commit 30896c7

Please sign in to comment.