From 8fc904459e3fc54a5b088d70a5d63482b1914723 Mon Sep 17 00:00:00 2001 From: Zanie Date: Mon, 22 Jan 2024 16:49:49 -0600 Subject: [PATCH] Run tests on macOS too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52c2d631c..769383df3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: cargo-test: strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] runs-on: # We use the large GitHub actions runners for faster testing # For Ubuntu and Windows, this requires Organization-level configuration