ci: test the core on macOS

This commit is contained in:
link2xt
2023-03-23 09:43:46 +00:00
parent 7add1c116c
commit 2f02be4c64

View File

@@ -77,6 +77,9 @@ jobs:
- os: windows-latest
rust: 1.68.0
python: false # Python bindings compilation on Windows is not supported.
- os: macos-latest
rust: 1.68.0
python: 3.9
# Minimum Supported Rust Version = 1.64.0
#