ansible-collections / community.crypto

The community.crypto collection for Ansible.
https://galaxy.ansible.com/ui/repo/published/community/crypto/
Other
98 stars 89 forks source link

CI: Test against newer version of MacOS (remove hack) #156

Open gundalow opened 3 years ago

gundalow commented 3 years ago
SUMMARY

Currently, this collection is testing against an old version of MacOS which requires this hack https://github.com/ansible-collections/community.crypto/blob/52f7f0212be4dd3c853d403d6a21fd349cbc1240/tests/utils/shippable/shippable.sh#L62-L69

If we move to a newer version of MacOS this shouldn't be required

This should be done once the move to Azure Pipelines (AZP) is complete https://github.com/ansible-collections/community.crypto/pull/155

felixfontein commented 3 years ago

We test both against OSX and macOS, so I think we still need this hack.