2020 name : gfortran / ${{ matrix.cmake-build-type }} / ${{ matrix.cmake-generator }}
2121 runs-on : ubuntu-latest
2222 container :
23- image : gmao/ubuntu24-geos-env-mkl:v7.33 .0-openmpi_5.0.5-gcc_14.2.0
23+ image : gmao/ubuntu24-geos-env-mkl:v8.18 .0-openmpi_5.0.5-gcc_14.2.0
2424 strategy :
2525 fail-fast : false
2626 matrix :
3232 OMPI_MCA_btl_vader_single_copy_mechanism : none
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 1
3838 filter : blob:none
@@ -49,15 +49,15 @@ jobs:
4949 name : ifort / ${{ matrix.cmake-build-type }} / ${{ matrix.cmake-generator }}
5050 runs-on : ubuntu-latest
5151 container :
52- image : gmao/ubuntu24-geos-env:v7.33 .0-intelmpi_2021.13-ifort_2021.13
52+ image : gmao/ubuntu24-geos-env:v8.18 .0-intelmpi_2021.13-ifort_2021.13
5353 strategy :
5454 fail-fast : false
5555 matrix :
5656 cmake-build-type : [Debug, Release]
5757 cmake-generator : [Unix Makefiles]
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 with :
6262 fetch-depth : 1
6363 filter : blob:none
@@ -77,15 +77,15 @@ jobs:
7777 # name: ifx / ${{ matrix.cmake-build-type }} / ${{ matrix.cmake-generator }} #
7878 # runs-on: ubuntu-latest #
7979 # container: #
80- # image: gmao/ubuntu24-geos-env:v7.33 .0-intelmpi_2021.14 -ifx_2025.0 #
80+ # image: gmao/ubuntu24-geos-env:v8.18 .0-intelmpi_2021.15 -ifx_2025.1 #
8181 # strategy: #
8282 # fail-fast: false #
8383 # matrix: #
8484 # cmake-build-type: [Debug, Release] #
8585 # cmake-generator: [Unix Makefiles] #
8686 # steps: #
8787 # - name: Checkout #
88- # uses: actions/checkout@v4 #
88+ # uses: actions/checkout@v5 #
8989 # with: #
9090 # fetch-depth: 1 #
9191 # filter: blob:none #
0 commit comments