Skip to content

Commit

Permalink
CI: update linux runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Nov 29, 2024
1 parent f0dda6f commit b7ceab9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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++
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b7ceab9

Please sign in to comment.