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