Browse Source

Add macOS to the list of Github Actions configs.

test
Joao Matos 5 years ago
parent
commit
fcf9f7fe0c
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -8,6 +8,7 @@ jobs: @@ -8,6 +8,7 @@ jobs:
matrix:
config:
- { os: ubuntu-20.04, cc: "gcc-7", cxx: "g++-7" }
- { os: macos-10.15, cc: "clang", cxx: "clang++" }
runs-on: ${{ matrix.config.os }}

Loading…
Cancel
Save