Skip to content

Commit

Permalink
Try to test on macos 14 (M1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Feb 2, 2024
1 parent 59e6bba commit 9125e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9125e88

Please sign in to comment.