Skip to content

Commit

Permalink
Increment ubuntu, gfortran and g++ version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ktras committed Jun 5, 2024
1 parent b51b990 commit 6748c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-11, ubuntu-22.04]
os: [macOS-11, ubuntu-24.04]

env:
PREFIX: install
Expand All @@ -24,7 +24,7 @@ jobs:
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt update
sudo apt install -y build-essential gfortran-13 g++-13 pkg-config make
sudo apt install -y build-essential gfortran-14 g++-14 pkg-config make
./install.sh --prefix=${PREFIX}
- name: Install on macOS
Expand Down

0 comments on commit 6748c7e

Please sign in to comment.