Skip to content

Commit

Permalink
Merge pull request #348 from njoy/update/ci
Browse files Browse the repository at this point in the history
Upgrading macos to macos-13
  • Loading branch information
whaeck authored Oct 22, 2024
2 parents bac6d6c + 46797c8 commit 4a2cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ ubuntu-22.04, macos-12 ]
os: [ ubuntu-22.04, macos-13 ]
build_type: [ Debug, Release ]
vFortran: [ gfortran-12 ]

Expand Down

0 comments on commit 4a2cf77

Please sign in to comment.