Skip to content

Commit

Permalink
CI: replace deprecated macos-12 with beta macos-15 with C++23 (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews authored Nov 18, 2024
1 parent 075006a commit dc4e7b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,6 @@ jobs:
fail-fast: false
matrix:
include:
- xcode: 13.2.1
cxxstd: 14
build_type: ASAN
runs_on: macos-12
- xcode: 14.3.1
cxxstd: 17
build_type: ASAN
Expand All @@ -462,6 +458,10 @@ jobs:
cxxstd: 20
build_type: Release
runs_on: macOS-14
- xcode: 16.0
cxxstd: 23
build_type: ASAN
runs_on: macos-15

runs-on: ${{ matrix.runs_on }}
steps:
Expand Down

0 comments on commit dc4e7b2

Please # to comment.