From f1b617550ea43f7182fbc09e464699670f6b56cf Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 16 Dec 2023 13:47:50 -0300 Subject: [PATCH] add macos to matrix check --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5649139b..f2d680ec 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macOS-latest] rust: [stable] runs-on: ${{ matrix.os }} steps: