Skip to content

Commit

Permalink
Switch back to Ubuntu 22.04 to fix main branch
Browse files Browse the repository at this point in the history
latest version has been updated to 24.04 and is failing

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Jan 14, 2025
1 parent 62c8be8 commit 2a2dada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-latest, windows-latest]

env:
CODE_VERSION: max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-kaoto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]

env:
CODE_VERSION: max
Expand Down

0 comments on commit 2a2dada

Please sign in to comment.