Skip to content

Commit 5f71d45

Browse files
authored
Remove macos-12 build request
1 parent 2f40043 commit 5f71d45

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 11 deletions
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-12, macos-13]
18+
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13]
1919
build_type: [Release, Debug]
2020
cpp_compiler: [g++, clang++, cl]
2121
include:
@@ -37,12 +37,6 @@ jobs:
3737
- os: ubuntu-20.04
3838
cpp_compiler: clang++
3939
c_compiler: clang
40-
- os: macos-12
41-
cpp_compiler: g++
42-
c_compiler: gcc
43-
- os: macos-12
44-
cpp_compiler: clang++
45-
c_compiler: clang
4640
- os: macos-13
4741
cpp_compiler: g++
4842
c_compiler: gcc
@@ -62,10 +56,6 @@ jobs:
6256
cpp_compiler: cl
6357
- os: ubuntu-20.04
6458
cpp_compiler: cl
65-
- os: macos-12
66-
cpp_compiler: cl
67-
- os: macos-12
68-
cpp_compiler: cl
6959
- os: macos-13
7060
cpp_compiler: cl
7161
- os: macos-13

0 commit comments

Comments
 (0)