Skip to content

Commit

Permalink
Mac OS X is still missing std::format.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed Feb 10, 2024
1 parent aa79347 commit b12944f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
cxx: 'g++-13'
prereq: |
sudo apt install libstdc++-13-dev g++-13 gcc-13
- os: 'macos-14'
cc: 'clang'
cxx: 'clang++'
prereq: |
sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
#- os: 'macos-14'
# cc: 'clang'
# cxx: 'clang++'
# prereq: |
# sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'

runs-on: ${{ matrix.config.os }}

Expand Down

0 comments on commit b12944f

Please sign in to comment.