From: Nick Porter Date: Tue, 6 May 2025 17:27:56 +0000 (+0100) Subject: Bump CI MacOS version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74be94126fdcfa615f885de2021ad228e0799e7;p=thirdparty%2Ffreeradius-server.git Bump CI MacOS version --- diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 82c5610dc1f..859abb7c109 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -46,7 +46,7 @@ jobs: fail-fast: false matrix: env: - - { CC: clang, BUILD_CFLAGS: "-DWITH_EVAL_DEBUG", LIBS_OPTIONAL: yes, LIBS_ALT: no, TEST_TYPE: macos, OS: macos-14, NAME: macos-clang } + - { CC: clang, BUILD_CFLAGS: "-DWITH_EVAL_DEBUG", LIBS_OPTIONAL: yes, LIBS_ALT: no, TEST_TYPE: macos, OS: macos-15, NAME: macos-clang } env: ${{ matrix.env }}