Skip to content

Commit bff23d2

Browse files
committed
MacOS: Added support for MacOS14
1 parent d3bedcf commit bff23d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: MacOS CI
6060
strategy:
6161
matrix:
62-
os: [macos-13]
62+
os: [macos-13, macos-14]
6363

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

@@ -108,5 +108,5 @@ jobs:
108108
- name: Copy artifact
109109
uses: actions/upload-artifact@v4
110110
with:
111-
name: qlog
111+
name: qlog-${{ matrix.os }}
112112
path: /Users/runner/work/QLog/QLog/build/qlog.dmg

0 commit comments

Comments
 (0)