From 94521f974d4fcd8d80e1c7d43fc23f0d2db037e2 Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Tue, 19 Oct 2021 15:16:33 +0200 Subject: [PATCH] Add windows and mac CI Preparations for #1. --- .github/workflows/rust.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 753cf5a..27af5b2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,9 +11,13 @@ env: jobs: ci: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: + - ubuntu-latest + - windows-latest + - macOS-latest rust: # - stable # Add when version 2021 is stable - nightly