Skip to content

Commit c14fe55

Browse files
authored
Merge pull request #78 from bonachea/ci-update-25-11
[NO REVIEW] CI: Incorporate recent platform changes
2 parents 69ac097 + 42cedd5 commit c14fe55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ macos-13, macos-14, macos-15, macos-15-intel, ubuntu-24.04 ]
16+
os: [ macos-14, macos-15, macos-15-intel, macos-26, ubuntu-24.04 ]
1717
compiler: [ gfortran ]
1818
version: [ 12, 13, 14, 15 ]
1919
extra_flags: [ -g ]
@@ -211,6 +211,9 @@ jobs:
211211
echo "FPM_FC=gfortran-${COMPILER_VERSION}" >> "$GITHUB_ENV" ; \
212212
echo "FFLAGS=-ffree-line-length-0 $FFLAGS" >> "$GITHUB_ENV" ; \
213213
fi
214+
if [[ "${{ matrix.container }}" =~ "snowstep/llvm" ]] ; then \
215+
echo "LD_LIBRARY_PATH=/usr/lib/llvm-22/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV" ; \
216+
fi
214217
if test -n "${{ matrix.error_stop_code }}" ; then \
215218
echo "ERROR_STOP_CODE=${{ matrix.error_stop_code }}" >> "$GITHUB_ENV" ; \
216219
else \

0 commit comments

Comments
 (0)