Skip to content

Commit

Permalink
Remove macos-12 build request
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Oct 29, 2024
1 parent 2f40043 commit 5f71d45
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-12, macos-13]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include:
Expand All @@ -37,12 +37,6 @@ jobs:
- os: ubuntu-20.04
cpp_compiler: clang++
c_compiler: clang
- os: macos-12
cpp_compiler: g++
c_compiler: gcc
- os: macos-12
cpp_compiler: clang++
c_compiler: clang
- os: macos-13
cpp_compiler: g++
c_compiler: gcc
Expand All @@ -62,10 +56,6 @@ jobs:
cpp_compiler: cl
- os: ubuntu-20.04
cpp_compiler: cl
- os: macos-12
cpp_compiler: cl
- os: macos-12
cpp_compiler: cl
- os: macos-13
cpp_compiler: cl
- os: macos-13
Expand Down

0 comments on commit 5f71d45

Please sign in to comment.