Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Jun 13, 2024
1 parent 37bc8da commit c632519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12

steps:
- name: Checkout repo
Expand All @@ -34,7 +34,7 @@ jobs:
brew update
brew upgrade || echo '::warning::"brew upgrade" failed. Please check the log to see if the artifact is valid.'
brew install qt@5 || echo '::warning::"brew install qt@5" failed. Please check the log to see if the artifact is valid.'
brew link qt5 --force
brew link qt@5 --force
- name: Create build directory
run: mkdir ${{ runner.temp }}/shadow_build_dir
Expand Down

0 comments on commit c632519

Please sign in to comment.