From: Arran Cudbard-Bell Date: Sun, 3 Nov 2024 07:34:38 +0000 (+0200) Subject: Homebrew is dropping support for macos-12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac94157c7332e04e64c38fed65b9ca4641db0e5;p=thirdparty%2Ffreeradius-server.git Homebrew is dropping support for macos-12 --- diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 878a5b3e41d..30933ba8af0 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-12, NAME: macos-clang } + - { CC: clang, BUILD_CFLAGS: "-DWITH_EVAL_DEBUG", LIBS_OPTIONAL: yes, LIBS_ALT: no, TEST_TYPE: macos, OS: macos-14, NAME: macos-clang } env: ${{ matrix.env }}