From: Mika Lindqvist Date: Wed, 18 Jan 2023 23:47:14 +0000 (+0200) Subject: Change pkgcheck to use macos-11 runner X-Git-Tag: 2.1.0-beta1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=392b74da6806d15ca61df8856d83831993ead0e7;p=thirdparty%2Fzlib-ng.git Change pkgcheck to use macos-11 runner * macos-latest runner doesn't have XCode 11.7.0 anymore, newer XCode versions have incompatible toolchain --- diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 3b8c712c2..180c2433b 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -56,19 +56,19 @@ jobs: packages: qemu gcc-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu libc6-dev-ppc64el-cross - name: macOS Clang - os: macOS-latest + os: macOS-11 compiler: clang cxx-compiler: clang++ - name: macOS Clang Native - os: macOS-latest + os: macOS-11 compiler: clang cxx-compiler: clang++ cmake-args: -DWITH_NATIVE_INSTRUCTIONS=ON configure-args: --native - name: macOS Clang Symbol Prefix - os: macOS-latest + os: macOS-11 compiler: clang cxx-compiler: clang++ cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_