diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-02-22 21:38:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-02-22 21:38:58 -0800 |
commit | 15bf01cd63d63e655e8fa90bc986f3dd29a38bff (patch) | |
tree | 5982c89e29c5a29abc1c26c460cc480df458db39 /.github/workflows | |
parent | 56a6478a408d8199ec13425ed7a3adc78613c6bb (diff) | |
download | pandoc-15bf01cd63d63e655e8fa90bc986f3dd29a38bff.tar.gz |
Rename benchmark in CI.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10ff8dcf8..b1a5e3b0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: ! grep -q ": *[Ww]arning:" build.log || exit 1 cabal v2-test --disable-optimization - linux/benchmark: + benchmark: runs-on: ubuntu-18.04 strategy: |