diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 2107d7d8..15b8770b 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -7,7 +7,7 @@ name: Non executable checks jobs: check-style: name: Check style and headers - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update @@ -17,7 +17,7 @@ jobs: clean-compilation: name: Clean compilation - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8c86544b..d971559f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ name: Execution checks jobs: test-utils: name: Test utility programs - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update @@ -17,7 +17,7 @@ jobs: unit-tests: name: Unit tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update