Skip to content

Commit

Permalink
Disable GCC tests for Mac
Browse files Browse the repository at this point in the history
Something odd is going on with having two instances of the 
standard library...
  • Loading branch information
SSoelvsten authored Jun 25, 2024
1 parent 0a09e9e commit 65d9fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
os: [macos-latest]
cc:
# GNU Compiler
- { cc: gcc, v: 11, cxx: g++, xcode: latest } # oldest supported on Apple Silicon
- { cc: gcc, v: 12, cxx: g++, xcode: latest }
- { cc: gcc, v: 13, cxx: g++, xcode: latest }
# - { cc: gcc, v: 11, cxx: g++, xcode: latest } # oldest supported on Apple Silicon
# - { cc: gcc, v: 12, cxx: g++, xcode: latest }
# - { cc: gcc, v: 13, cxx: g++, xcode: latest }

# Clang Compiler
- { cc: clang, cxx: clang++, xcode: 14.3 } # oldest supported
Expand Down

0 comments on commit 65d9fe2

Please sign in to comment.