Skip to content

Commit

Permalink
test gcc 11 & 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 1, 2024
1 parent b7e8c14 commit 213de67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
gcc-version: [12,14]
gcc-version: [11,14]

steps:

- name: get-gcc
run: |
if [ -z $(type -P gcc-${{ matrix.gcc-version }}) ]; then
sudo apt install gcc-${{ matrix.gcc-version }}
sudo apt install gcc-${{ matrix.gcc-version }} gfortran=${{ matrix.gcc-version }}
fi
- name: checkout
Expand Down

0 comments on commit 213de67

Please sign in to comment.