summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-06-01 19:59:23 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-06-01 19:59:23 (GMT)
commitf0ea466c361aa29a79928136af7d1b23e2d59dbf (patch)
tree79660b1b95266b2ac30767b938dba462e64cef5d /.github
parent5b01b5805af3ccc2d293892d75626bbc945beb35 (diff)
downloadlz4-f0ea466c361aa29a79928136af7d1b23e2d59dbf.zip
lz4-f0ea466c361aa29a79928136af7d1b23e2d59dbf.tar.gz
lz4-f0ea466c361aa29a79928136af7d1b23e2d59dbf.tar.bz2
Fix error in ci.yml
Fix the following error ``` lz4 CI : .github#L1 Error when evaluating 'runs-on' for job 'lz4-check-tag'. (Line: 593, Col: 14): Unexpected value '' ```
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c23e0a8..2e40bcb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -601,7 +601,7 @@ jobs:
#
lz4-check-tag:
name: git version tag checking for release
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make -C tests checkTag