Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7b4ff9b

Browse files
committed
Updated CI to support macos-15 [skip ci]
1 parentcfdcbd7 commit7b4ff9b

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)

[8]ページ先頭

©2009-2025 Movatter.jp