From d96a8705294bc9f7069f72eb50d514fde2330e6a Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Fri, 8 Mar 2024 16:57:28 +0300 Subject: [PATCH] test --- .github/workflows/ci.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21119a7..5d9d09c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,23 +1,19 @@ name: CI on: [ push, pull_request, workflow_dispatch ] jobs: - lint: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - uses: psf/black@stable test: strategy: + fail-fast: false matrix: os: [ + macos-12, macos-13, macos-14, ] runs-on: ${{ matrix.os }} steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Python - uses: actions/setup-python@v3 - - name: Create jail - run: sudo python -m macosjail jail + - run: mount + #- run: ls /System/Library/dyld/ + - run: otool -L /bin/bash + - run: ls /usr/lib + - run: ls /System/Volumes/Preboot/Cryptexes/OS/System/Library/dyld/