Skip to content

Commit

Permalink
Disable MacOS 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 21, 2025
1 parent e88005c commit 10a84b6
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 @@ -321,10 +321,10 @@ jobs:
strategy:
matrix:
include:
- xcode: 13.2.1
cxxstd: 14
build_type: ASAN
runs_on: macos-12
# - xcode: 13.2.1
# cxxstd: 14
# build_type: ASAN
# runs_on: macos-12
- xcode: 14.3.1
cxxstd: 17
build_type: ASAN
Expand Down

0 comments on commit 10a84b6

Please sign in to comment.