From 8481ba0bac9356b8c908d1702eb8489248cce9ef Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 27 Aug 2020 15:10:58 +0200 Subject: [PATCH] also test macos --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5455e0b..a15d96a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,12 @@ name: Continuous integration jobs: ci: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: + - ubuntu-latest + - macos-latest rust: - stable - beta