Skip to content

Commit

Permalink
ci: run ITS on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Oct 14, 2024
1 parent 393c705 commit 0fe6de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

scylla-integration-tests:
name: Scylla ITs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-lint-and-unit-test]
timeout-minutes: 90

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
path: ${{ env.CCM_LOGS_PATTERN }}

cassandra-integration-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-lint-and-unit-test]

strategy:
Expand Down

0 comments on commit 0fe6de9

Please sign in to comment.