Skip to content

Commit

Permalink
Move CI to MacOS 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis authored Dec 11, 2024
1 parent 53c8a7b commit d793217
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,12 @@ jobs:
cxx: cl
experimental: false
- os: macos
os_ver: "12"
os_ver: "13"
config: Release
coverage: false
cc: clang
cxx: clang++
experimental: false
- os: macos
os_ver: "11"
config: Release
coverage: false
cc: clang
cxx: clang++
experimental: true
- os: ubuntu
os_ver: "20.04"
config: Debug
Expand Down

0 comments on commit d793217

Please sign in to comment.