Skip to content

Commit 4a2cf77

Browse files
authored
Merge pull request #348 from njoy/update/ci
Upgrading macos to macos-13
2 parents bac6d6c + 46797c8 commit 4a2cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ContinuousIntegration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{matrix.os}}
1919
strategy:
2020
matrix:
21-
os: [ ubuntu-22.04, macos-12 ]
21+
os: [ ubuntu-22.04, macos-13 ]
2222
build_type: [ Debug, Release ]
2323
vFortran: [ gfortran-12 ]
2424

0 commit comments

Comments
 (0)