Skip to content

Fix CI matrix

Fix CI matrix #31

Workflow file for this run

name: MacOS
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
MacOS:
runs-on: macos-latest
strategy:
matrix:
compiler:
- Xcode_15.4
- Xcode_15.3
- Xcode_15.2
- Xcode_15.1
- Xcode_14.3.1
env:
CXXFLAGS: -std=c++11
steps:
- uses: actions/checkout@v4
- run: sudo xcode-select -s /Applications/${{ matrix.compiler }}.app/Contents/Developer
- run: cmake -DTERMCOLOR_TESTS=ON .
- run: cmake --build .
- run: ./test_termcolor