aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ccpp.yml2
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]
5jobs: 5jobs:
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]