Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Oct 29, 2024
1 parent b655b4d commit 2f40043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-13]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-12, macos-13]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include:
Expand All @@ -37,10 +37,10 @@ jobs:
- os: ubuntu-20.04
cpp_compiler: clang++
c_compiler: clang
- os: macos-11
- os: macos-12
cpp_compiler: g++
c_compiler: gcc
- os: macos-11
- os: macos-12
cpp_compiler: clang++
c_compiler: clang
- os: macos-13
Expand All @@ -62,9 +62,9 @@ jobs:
cpp_compiler: cl
- os: ubuntu-20.04
cpp_compiler: cl
- os: macos-11
- os: macos-12
cpp_compiler: cl
- os: macos-11
- os: macos-12
cpp_compiler: cl
- os: macos-13
cpp_compiler: cl
Expand Down

0 comments on commit 2f40043

Please sign in to comment.