From: Arran Cudbard-Bell Date: Thu, 8 Dec 2022 20:51:03 +0000 (-0600) Subject: Try bumping CI to macos-12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470bb55f11140dbbac59a4eabab256124b9ed90f;p=thirdparty%2Ffreeradius-server.git Try bumping CI to macos-12 --- diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 51e143e5441..1886b897744 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -48,7 +48,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-11, NAME: macos-clang } + - { CC: clang, BUILD_CFLAGS: "-DWITH_EVAL_DEBUG", LIBS_OPTIONAL: yes, LIBS_ALT: no, TEST_TYPE: macos, OS: macos-12, NAME: macos-clang } env: ${{ matrix.env }}