Skip to content

Commit 03771b0

Browse files
committed
fix(CI): update to GCC 15 & OpenCoarrays 2.10.3
1 parent 17c28a4 commit 03771b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
env:
1010
FC: gfortran
11-
GCC_V: 14
11+
GCC_V: 15
1212

1313
steps:
1414
- name: Checkout code
@@ -29,7 +29,7 @@ jobs:
2929
id: cache-opencoarrays
3030
uses: actions/cache@v3
3131
with:
32-
path: "OpenCoarrays-2.10.2/"
32+
path: "OpenCoarrays-2.10.3/"
3333
key: ${{ steps.time.outputs.time }}
3434

3535
- name: Install GFortran, OpenCoarrays

0 commit comments

Comments
 (0)