Skip to content

Commit

Permalink
Remove macos-12 since GHA stopped supporting it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Nov 25, 2024
1 parent 0e4bc4d commit 7bb1813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
- { name: Clang w/ sanitizers, sanitize: yes,
compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04, stdlib: libc++, install: 'clang-12 libc++-12-dev libc++abi-12-dev' }

- { compiler: clang, cxxstd: '03,11,14,17,20', os: macos-12 }
- { name: MacOS w/ clang and sanitizers,
compiler: clang, cxxstd: '03,11,14,17,20,2b', os: macos-13, sanitize: yes }
- { compiler: clang, cxxstd: '03,11,14,17,20,2b', os: macos-14 }
Expand Down

0 comments on commit 7bb1813

Please sign in to comment.