Skip to content

Commit a3637ba

Browse files
authored
Add macos-14 test runner
1 parent 5f71d45 commit a3637ba

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13]
18+
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13, macos-14]
1919
build_type: [Release, Debug]
2020
cpp_compiler: [g++, clang++, cl]
2121
include:
@@ -43,6 +43,12 @@ jobs:
4343
- os: macos-13
4444
cpp_compiler: clang++
4545
c_compiler: clang
46+
- os: macos-14
47+
cpp_compiler: g++
48+
c_compiler: gcc
49+
- os: macos-14
50+
cpp_compiler: clang++
51+
c_compiler: clang
4652
exclude:
4753
- os: windows-latest
4854
cpp_compiler: g++
@@ -60,6 +66,10 @@ jobs:
6066
cpp_compiler: cl
6167
- os: macos-13
6268
cpp_compiler: cl
69+
- os: macos-14
70+
cpp_compiler: cl
71+
- os: macos-14
72+
cpp_compiler: cl
6373

6474
steps:
6575
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)