diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c5cd8e66..2c6ec831 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,11 +8,13 @@ concurrency: jobs: gcc: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name strategy: matrix: - gcc_version: [11, 12, 13] + gcc_version: [12, 13, 14] + env: + FC: gfortran-${{ matrix.gcc_version }} steps: - uses: actions/checkout@v3 with: