Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus authored Sep 25, 2024
1 parent fa8a23f commit 9a25dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: run make
run: make -j2 -C src
macosbuild:
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Set up Homebrew
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install Qt dependencies
uses: jurplel/install-qt-action@v4
with:
version: 5.15.16
version: 5.15.2
target: 'desktop'
arch: 'clang_64'
- name: run qmake
Expand Down

0 comments on commit 9a25dac

Please sign in to comment.