diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-05-13 19:19:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-05-13 19:19:47 +0200 |
commit | 537f17ec8bfe822037d5d72fa4e66463a7b47980 (patch) | |
tree | 66f19ce9889a6d91c7a4cf950301d40ec72f612c /.github | |
parent | Merge branch 'jk/ci-macos-gcc13-fix' (diff) | |
parent | ci: update coverity runs_on_pool reference (diff) | |
download | git-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.yml | 2 |
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. |