Skip to content

Commit

Permalink
Fix Mac tests crash due to outdated test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jan 23, 2025
1 parent e454cc9 commit 5d904c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
# - { cc: gcc, v: 13, cxx: g++, xcode: latest }

# Clang Compiler
- { cc: clang, cxx: clang++, xcode: 14.3 } # oldest supported
- { cc: clang, cxx: clang++, xcode: 15.0 }
- { cc: clang, cxx: clang++, xcode: 15.4 }
- { cc: clang, cxx: clang++, xcode: 16.1 }
- { cc: clang, cxx: clang++, xcode: latest }

steps:
Expand Down

0 comments on commit 5d904c8

Please sign in to comment.