Skip to content

Commit fe72c78

Browse files
authored
Move coverity back to ubuntu 22 until test failures are fixed (#1504)
The issues in #1453 seem to have only shown up since we moved to ubuntu 24, as part of the rolling `ubunut-latest` migration from 22->24. Closes #1453. Signed-off-by: Madelyn Olson <[email protected]>
1 parent 26a72fa commit fe72c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
coverity:
1919
if: github.repository == 'valkey-io/valkey'
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2323
- name: Download and extract the Coverity Build Tool

0 commit comments

Comments
 (0)