Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Mar 8, 2024
1 parent e67bea7 commit d96a870
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit d96a870

Please sign in to comment.