Skip to content

Commit

Permalink
MacOS: Removed support for MacOS14
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed May 31, 2024
1 parent bff23d2 commit 9fb5102
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 @@ -59,7 +59,7 @@ jobs:
name: MacOS CI
strategy:
matrix:
os: [macos-13, macos-14]
os: [macos-12, macos-13]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 9fb5102

Please sign in to comment.