From 2a2dada8520baa58916a5e247f79c6e6a60b0d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Tue, 14 Jan 2025 17:47:48 +0100 Subject: [PATCH] Switch back to Ubuntu 22.04 to fix main branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit latest version has been updated to 24.04 and is failing Signed-off-by: Aurélien Pupier --- .github/workflows/ci.yaml | 2 +- .github/workflows/main-kaoto.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f6aa014c..e88cb702 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/main-kaoto.yaml b/.github/workflows/main-kaoto.yaml index 01716f25..3bb4433b 100644 --- a/.github/workflows/main-kaoto.yaml +++ b/.github/workflows/main-kaoto.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-22.04] env: CODE_VERSION: max