Skip to content

Commit c632519

Browse files
committed
1 parent 37bc8da commit c632519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: macos-latest
18+
runs-on: macos-12
1919

2020
steps:
2121
- name: Checkout repo
@@ -34,7 +34,7 @@ jobs:
3434
brew update
3535
brew upgrade || echo '::warning::"brew upgrade" failed. Please check the log to see if the artifact is valid.'
3636
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
37+
brew link qt@5 --force
3838
3939
- name: Create build directory
4040
run: mkdir ${{ runner.temp }}/shadow_build_dir

0 commit comments

Comments
 (0)