Skip to content

Commit

Permalink
Fix legacy macOS build break caused by runner update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Apr 24, 2024
1 parent 5b2d790 commit 8c93a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
qtVersion: '5.9'
osSuffix: '_qt5.9'
skipPlugins: 'true'
- runner: 'macos-latest'
- runner: 'macos-12'
qtVersion: '6.5.3'
qtModules: 'qtimageformats'
- runner: 'macos-latest'
- runner: 'macos-12'
qtVersion: '5.15.2'
osSuffix: '_legacy'
- runner: 'windows-2019'
Expand Down

0 comments on commit 8c93a42

Please sign in to comment.