Skip to content

Commit

Permalink
Merge pull request #221 from boostorg/macos14
Browse files Browse the repository at this point in the history
GHA: Add macos-14
  • Loading branch information
Flamefire authored Feb 7, 2024
2 parents ea6b3a1 + e1a8796 commit 3f8a9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- { 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 }

# Coverity Scan
# requires two github secrets in repo to activate; see ci/github/coverity.sh
Expand Down

0 comments on commit 3f8a9bd

Please sign in to comment.