Skip to content

Commit b4993c7

Browse files
authored
Merge pull request #139 from bonachea/ci-update-25-11
[NO REVIEW] CI: Incorporate recent platform changes
2 parents bc77a0c + 42083f2 commit b4993c7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.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: [ 13, 14, 15 ]
1919
extra_flags: [ -g -O3 ]
@@ -165,6 +165,9 @@ jobs:
165165
echo "FPM_FC=gfortran-${COMPILER_VERSION}" >> "$GITHUB_ENV" ; \
166166
echo "FFLAGS=-ffree-line-length-0 $FFLAGS" >> "$GITHUB_ENV" ; \
167167
fi
168+
if [[ "${{ matrix.container }}" =~ "snowstep/llvm" ]] ; then \
169+
echo "LD_LIBRARY_PATH=/usr/lib/llvm-22/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV" ; \
170+
fi
168171
if test -n "${{ matrix.error_stop_code }}" ; then \
169172
echo "ERROR_STOP_CODE=${{ matrix.error_stop_code }}" >> "$GITHUB_ENV" ; \
170173
else \

0 commit comments

Comments
 (0)