Skip to content

Commit

Permalink
bump python in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 28, 2024
1 parent 8d62554 commit 5d6d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
gcc_v: [7,8,9,10,11] # Version of GFortran we want to use.
python-version: [3.10]
python-version: [3.11]
env:
FC: gfortran-${{matrix.gcc_v}}
GCC_V: ${{matrix.gcc_v}}
Expand Down

0 comments on commit 5d6d44b

Please sign in to comment.