From b7ceab988919657489ddb45f6b9fcf4eff52d32a Mon Sep 17 00:00:00 2001 From: Ahmad Nawab Date: Fri, 29 Nov 2024 11:16:57 +0100 Subject: [PATCH] CI: update linux runner image --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32757de..74ce477 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: include: - name: linux gnu-10 - os: ubuntu-20.04 + os: ubuntu-22.04 compiler: gnu-10 compiler_cc: gcc-10 compiler_cxx: g++-10 @@ -60,7 +60,7 @@ jobs: caching: true - name: linux nvhpc-23.5 - os: ubuntu-20.04 + os: ubuntu-22.04 compiler: nvhpc-23.5 compiler_cc: nvc compiler_cxx: nvc++ @@ -69,7 +69,7 @@ jobs: caching: true - name : linux intel-classic - os: ubuntu-20.04 + os: ubuntu-22.04 compiler: intel-classic compiler_cc: icc compiler_cxx: icpc @@ -78,7 +78,7 @@ jobs: caching: true - name : linux intel-modern - os: ubuntu-20.04 + os: ubuntu-24.04 compiler: intel-modern compiler_cc: icx compiler_cxx: icpx