fix: Adds beta MacOS 12 CI/CD support (#1057)

This commit is contained in:
Kamron Batman 2022-06-13 14:03:18 -07:00 committed by GitHub
parent 5d6be05ad1
commit 5b48843045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ jobs:
name: MacOS 10
- os: macos-11
name: MacOS 11
- os: macos-12
name: MacOS 12
steps:
- uses: actions/checkout@v2