Skip to content

Commit

Permalink
Update c-cpp.yml. Remove macos-11 request
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Oct 29, 2024
1 parent b13dc75 commit 401d63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-11, 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 Down

0 comments on commit 401d63d

Please sign in to comment.