Skip to content

Commit

Permalink
try newer ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed May 16, 2024
1 parent 6b5fba5 commit 9503403
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9503403

Please sign in to comment.