diff options
| author | sickcodes <[email protected]> | 2024-04-08 13:13:18 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-08 13:13:18 +0000 |
| commit | 756a1c03b928989f7841f1276ce7bd70e8772834 (patch) | |
| tree | a03f376ba18edee04e2a5419d9689fa8c2521c16 /tests/test.sh | |
| parent | Merge pull request #661 from lucasrueda/master (diff) | |
| parent | Add sonoma to README with special flags (diff) | |
| download | docker-osx-756a1c03b928989f7841f1276ce7bd70e8772834.tar.xz docker-osx-756a1c03b928989f7841f1276ce7bd70e8772834.zip | |
Merge pull request #758 from sickcodes/sonoma
Update to add Sonoma
Diffstat (limited to 'tests/test.sh')
| -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 () { |