From 9e29dff78cf629e10757333d534dd5f3d0a53ec3 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 19 Sep 2025 19:16:08 -0700 Subject: [PATCH] Updated CI [skip ci] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42b4dd0..ead5647 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: matrix: include: - postgres: 17 - os: macos-15 + os: macos-26 - postgres: 14 os: macos-15-intel steps: @@ -78,7 +78,7 @@ jobs: PERL5LIB: /Users/runner/perl5/lib/perl5 - run: make clean && $(brew --prefix llvm@$LLVM_VERSION)/bin/scan-build --status-bugs make env: - LLVM_VERSION: ${{ matrix.os == 'macos-15' && 18 || 15 }} + LLVM_VERSION: ${{ matrix.os == 'macos-26' && 20 || 18 }} PG_CFLAGS: -DUSE_ASSERT_CHECKING windows: runs-on: ${{ matrix.os }}