Skip to content

Commit

Permalink
Fix out-of-date 'skip job' tasks for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jun 25, 2024
1 parent 65d9fe2 commit b99050d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,14 @@ jobs:
os: [macos-latest]
cc:
# GNU Compiler
- { cc: gcc, v: 7, cxx: g++, xcode: latest }
- { cc: gcc, v: 10, cxx: g++, xcode: latest }
- { cc: gcc, v: 12, cxx: g++, xcode: latest }
# - { cc: gcc, v: 7, cxx: g++, xcode: latest }
# - { cc: gcc, v: 10, cxx: g++, xcode: latest }
# - { cc: gcc, v: 12, cxx: g++, xcode: latest }

# Clang Compiler
- { cc: clang, cxx: clang++, xcode: 13.1 } # oldest
- { cc: clang, cxx: clang++, xcode: 13.4 }
- { cc: clang, cxx: clang++, xcode: 14.0 }
- { cc: clang, cxx: clang++, xcode: 14.2 } # newest
- { cc: clang, cxx: clang++, xcode: 14.3 } # oldest supported
- { cc: clang, cxx: clang++, xcode: 15.0 }
- { cc: clang, cxx: clang++, xcode: latest }

steps:
- name: Echo skip
Expand Down

0 comments on commit b99050d

Please sign in to comment.