From baf77c25812eca68cdfba4f53850c26185ba981c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 16 May 2024 13:04:44 +0200 Subject: [PATCH] ci: Ubuntu machines upgraded to 24.04 --- .github/workflows/ci-conan.yml | 12 ++++++------ .github/workflows/ci-formatting.yml | 2 +- .github/workflows/ci-test-package-cmake.yml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index b6802f35..ed674691 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -57,7 +57,7 @@ jobs: # } - { name: "GCC-12", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: GCC, @@ -71,7 +71,7 @@ jobs: } - { name: "GCC-13", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: GCC, @@ -85,7 +85,7 @@ jobs: } - { name: "Clang-16", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: CLANG, @@ -100,7 +100,7 @@ jobs: } - { name: "Clang-17", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: CLANG, @@ -115,7 +115,7 @@ jobs: } - { name: "Clang-18", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: CLANG, @@ -254,7 +254,7 @@ jobs: if: github.ref == 'refs/heads/master' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) needs: build name: Promote Conan package - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/.github/workflows/ci-formatting.yml b/.github/workflows/ci-formatting.yml index ad053fb7..06114560 100644 --- a/.github/workflows/ci-formatting.yml +++ b/.github/workflows/ci-formatting.yml @@ -26,7 +26,7 @@ on: [push, pull_request] jobs: check: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Set up Python 3.8 diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index e822d030..619ffcf2 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -56,7 +56,7 @@ jobs: # } - { name: "GCC-12", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: GCC, @@ -69,7 +69,7 @@ jobs: } - { name: "GCC-13", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: GCC, @@ -82,7 +82,7 @@ jobs: } - { name: "Clang-16", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: CLANG, @@ -96,7 +96,7 @@ jobs: } - { name: "Clang-17", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: CLANG, @@ -110,7 +110,7 @@ jobs: } - { name: "Clang-18", - os: ubuntu-22.04, + os: ubuntu-24.04, compiler: { type: CLANG,