Skip to content

Commit 7b4ff9b

Browse files
committed
Updated CI to support macos-15 [skip ci]
1 parent cfdcbd7 commit 7b4ff9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
- run: make prove_installcheck PROVE_FLAGS="-I ./postgres/src/test/perl -I ./test/perl"
7575
env:
7676
PERL5LIB: /Users/runner/perl5/lib/perl5
77-
- run: make clean && $(brew --prefix llvm@15)/bin/scan-build --status-bugs make
77+
- run: make clean && $(brew --prefix llvm@$LLVM_VERSION)/bin/scan-build --status-bugs make
7878
env:
79+
LLVM_VERSION: ${{ matrix.os == 'macos-15' && 18 || 15 }}
7980
PG_CFLAGS: -DUSE_ASSERT_CHECKING
8081
windows:
8182
runs-on: windows-latest

0 commit comments

Comments
 (0)