Skip to content

Commit

Permalink
GitHub: Added MacOS14 build pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Feb 23, 2024
1 parent 4c1699b commit b672aff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:

macos-build:
name: MacOS CI
runs-on: macos-12
strategy:
matrix:
os: [macos-12, macos-14]

runs-on: ${{ matrix.os }}

steps:
- name: Install dependencies
Expand All @@ -82,7 +86,7 @@ jobs:
mkdir build
cd build
qmake6 -config release ..
make -j2
make -j4
- name: Build dmg
run: |
cd build
Expand Down

0 comments on commit b672aff

Please sign in to comment.