Skip to content

Commit

Permalink
test FlyCI
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Mar 8, 2024
1 parent e67bea7 commit a42cfbf
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ jobs:
strategy:
matrix:
os: [
macos-13,
macos-14,
"flyci-macos-13-m1",
"flyci-macos-14-m1",
]
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/Volumes/Preboot/Cryptexes/OS/System/Library/dyld/

0 comments on commit a42cfbf

Please sign in to comment.