diff options
| author | sickcodes <[email protected]> | 2023-11-16 14:28:51 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2023-11-16 14:28:51 +0000 |
| commit | 669bea269dbdb8c9a17548c79aa5a8de0f6c3866 (patch) | |
| tree | 30b0aad82984590c104f0df81397dca067c0f5eb /tests | |
| parent | Merge pull request #661 from lucasrueda/master (diff) | |
| download | docker-osx-669bea269dbdb8c9a17548c79aa5a8de0f6c3866.tar.xz docker-osx-669bea269dbdb8c9a17548c79aa5a8de0f6c3866.zip | |
Add sonoma to README and build script. Plist changes shall be made via https://github.com/kholia/OSX-KVM/commit/422bb3b7137cd13468aee86de3640835e1d774f9 and then update submodule sickcodes/osx-serial-generator
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh index 2a6a906..8c0bb31 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -138,6 +138,7 @@ VERSION_BUILDS=( 'big-sur' 'monterey' 'ventura' + 'sonoma' ) warning () { |