From 8d91b01b6c5f035818f2d71c87ac055c5510dc98 Mon Sep 17 00:00:00 2001 From: Jaeseung Han Date: Thu, 5 Aug 2021 20:26:22 +0900 Subject: [PATCH] now releases in ubuntu and macosx --- .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 0149864..80bb371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,12 @@ jobs: run: cargo clippy --workspace --all-targets --all-features build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: + - ubuntu-latest + - macos-latest python-version: [3.8] steps: