From 9125e8814fcb819812384a77b435d9e9d0d12154 Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Fri, 2 Feb 2024 13:24:03 +0100 Subject: [PATCH] Try to test on macos 14 (M1) --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1d744c76..94fe7982 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -120,12 +120,13 @@ jobs: working-directory: ${{ matrix.crate }} macos-test: - runs-on: macos-latest env: MACOSX_DEPLOYMENT_TARGET: "11.0" strategy: matrix: crate: [libertem_dectris, libertem_asi_tpx3] + os: [macos-12, macos-14] + runs-on: ${{ matrix.os }} steps: - name: Set LIBCLANG_PATH run: echo "LIBCLANG_PATH=$(brew --prefix llvm@15)/lib" >> $env:GITHUB_ENV