Skip to content

Commit

Permalink
Adding C++20 support for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Nov 7, 2024
1 parent 58c457b commit d68084d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,26 @@
"cxxstd": "20"
},
{
"name": "macOS apple-clang 14.3.1",
"name": "macOS apple-clang 14.3.1 C++17",
"compiler": "apple-clang",
"version": "14.3.1",
"os": "macos-13",
"cxxstd": "17"
},
{
"name": "Windows VS2022",
"name": "macOS apple-clang 14.3.1 C++20",
"compiler": "apple-clang",
"version": "14.3.1",
"os": "macos-13",
"cxxstd": "20"
},
{
"name": "Windows VS2022 C++17",
"os": "windows-2022",
"cxxstd": "17"
},
{
"name": "Windows VS2022",
"name": "Windows VS2022 C++20",
"os": "windows-2022",
"cxxstd": "20"
}
Expand Down

0 comments on commit d68084d

Please sign in to comment.