Skip to content

Commit

Permalink
Restore pre-Ventura versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Mar 8, 2024
1 parent e67bea7 commit 522dc00
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
- uses: psf/black@stable
test:
strategy:
fail-fast: false
matrix:
os: [
macos-11,
macos-12,
macos-13,
macos-14,
]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ permissions:
jobs:
publish:
strategy:
fail-fast: false
matrix:
include:
- os: macos-11
name: bigsur
- os: macos-12
name: monterey
- os: macos-13
name: ventura
- os: macos-14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Prerequisites

* MacOS Ventura or newer
* MacOS Catalina or newer
* Disable [System Identity Protection](https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection).
SIP [doesn't allow](https://github.com/containerd/containerd/discussions/5525#discussioncomment-2685649) to `chroot` (not needed for building though).

Expand Down
3 changes: 3 additions & 0 deletions macosjail/mkjail.files
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/dev/urandom
/dev/zero

# Big Sur+ dyld
/System/Library/dyld/dyld_shared_cache_*

# Ventura+ dyld
/System/Volumes/Preboot/Cryptexes/OS/System/Library/dyld/dyld_shared_cache_* /System/Library/dyld/

Expand Down

0 comments on commit 522dc00

Please sign in to comment.