From 2f02be4c6429aec49d5f9d6c4eee0d7fd2d69e4b Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 23 Mar 2023 09:43:46 +0000 Subject: [PATCH] ci: test the core on macOS --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01fed6012..42441489d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 #