diff options
author | Li Jin <dragon-fly@qq.com> | 2020-04-15 10:23:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 10:23:56 +0800 |
commit | 52aa4784ab8474025093fe6b16ce6f260b2e762c (patch) | |
tree | 371f3316419dd6ef836a66a33462e77f42022052 | |
parent | 7e7e09868a6b13c7d07ed417238691f602cfc7e1 (diff) | |
download | yuescript-52aa4784ab8474025093fe6b16ce6f260b2e762c.tar.gz yuescript-52aa4784ab8474025093fe6b16ce6f260b2e762c.tar.bz2 yuescript-52aa4784ab8474025093fe6b16ce6f260b2e762c.zip |
Update ccpp.yml
-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] |