summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-13 19:19:47 +0200
committerJunio C Hamano <gitster@pobox.com>2024-05-13 19:19:47 +0200
commit537f17ec8bfe822037d5d72fa4e66463a7b47980 (patch)
tree66f19ce9889a6d91c7a4cf950301d40ec72f612c /.github
parentMerge branch 'jk/ci-macos-gcc13-fix' (diff)
parentci: update coverity runs_on_pool reference (diff)
downloadgit-537f17ec8bfe822037d5d72fa4e66463a7b47980.tar.xz
git-537f17ec8bfe822037d5d72fa4e66463a7b47980.zip
Merge branch 'jk/ci-test-with-jgit-fix'
CI fix. * jk/ci-test-with-jgit-fix: ci: update coverity runs_on_pool reference
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverity.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 53cf12fe04..48341e81f4 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -45,7 +45,7 @@ jobs:
- run: ci/install-dependencies.sh
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
env:
- runs_on_pool: ${{ matrix.os }}
+ distro: ${{ matrix.os }}
# The Coverity site says the tool is usually updated twice yearly, so the
# MD5 of download can be used to determine whether there's been an update.