Skip to content

Commit

Permalink
Move coverity back to ubuntu 22 until test failures are fixed (#1504)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
madolson authored Jan 3, 2025
1 parent 26a72fa commit fe72c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
coverity:
if: github.repository == 'valkey-io/valkey'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Download and extract the Coverity Build Tool
Expand Down

0 comments on commit fe72c78

Please sign in to comment.