We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bc8da commit c632519Copy full SHA for c632519
.github/workflows/build-macos.yml
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
build:
18
- runs-on: macos-latest
+ runs-on: macos-12
19
20
steps:
21
- name: Checkout repo
@@ -34,7 +34,7 @@ jobs:
34
brew update
35
brew upgrade || echo '::warning::"brew upgrade" failed. Please check the log to see if the artifact is valid.'
36
brew install qt@5 || echo '::warning::"brew install qt@5" failed. Please check the log to see if the artifact is valid.'
37
- brew link qt5 --force
+ brew link qt@5 --force
38
39
- name: Create build directory
40
run: mkdir ${{ runner.temp }}/shadow_build_dir
0 commit comments