Skip to content

Commit

Permalink
GHA: Add macos-13 & 14
Browse files Browse the repository at this point in the history
macos-12 will be dropped by the end of 2024 so test with the newer versions already
  • Loading branch information
Flamefire authored Oct 7, 2024
1 parent 84972e2 commit 3b98c73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:

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

timeout-minutes: 120
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 3b98c73

Please sign in to comment.