Skip to content

Commit 6b7243f

Browse files
committed
chore(.github/CI): use GCC 13, OpenCoarrays 2.10.1
1 parent 4dd59ba commit 6b7243f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

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

99
env:
1010
FC: gfortran
11-
GCC_V: 12
11+
GCC_V: 13
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.0/"
32+
path: "OpenCoarrays-2.10.1/"
3333
key: ${{ steps.time.outputs.time }}
3434

3535
- name: Install GFortran, OpenCoarrays
@@ -39,9 +39,9 @@ jobs:
3939
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
4040
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
4141
--slave /usr/bin/g++ g++ /usr/bin/g++-${GCC_V}
42-
if [ ! -d OpenCoarrays-2.10.0 ] ; then wget -P . https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.10.0/OpenCoarrays-2.10.0.tar.gz && tar -xf OpenCoarrays-2.10.0.tar.gz && cd OpenCoarrays-2.10.0 && TERM=xterm ./install.sh -y; fi
42+
if [ ! -d OpenCoarrays-2.10.1 ] ; then wget -P . https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.10.1/OpenCoarrays-2.10.1.tar.gz && tar -xf OpenCoarrays-2.10.1.tar.gz && cd OpenCoarrays-2.10.1 && TERM=xterm ./install.sh -y; fi
4343
4444
- name: Build, run, and test
4545
run: |
46-
source OpenCoarrays-2.10.0/prerequisites/installations/opencoarrays/2.10.0/setup.sh
46+
source OpenCoarrays-2.10.0/prerequisites/installations/opencoarrays/2.10.1/setup.sh
4747
fpm test --compiler caf --runner "cafrun -n 2"

0 commit comments

Comments
 (0)