diff options
-rw-r--r-- | .github/workflows/ccpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 66137ac..8a1c1de 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -5,7 +5,7 @@ on: [push] | |||
5 | jobs: | 5 | jobs: |
6 | test: | 6 | test: |
7 | name: Build & Test | 7 | name: Build & Test |
8 | runs-on: ${{ matrix.os }} [] | 8 | runs-on: ${{ matrix.os }} |
9 | strategy: | 9 | strategy: |
10 | matrix: | 10 | matrix: |
11 | os: [ubuntu-latest, macOS-latest] | 11 | os: [ubuntu-latest, macOS-latest] |