From 8b91fdaa542f2863b66b402c63e289d4f3405b5d Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 21:01:54 -0400 Subject: [PATCH] Build on all platforms --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f998d35d..74f4934b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: os: -# - { prettyName: Windows, fullName: windows-latest } -# - { prettyName: macOS, fullName: macos-latest } + - { prettyName: Windows, fullName: windows-latest } + - { prettyName: macOS, fullName: macos-latest } - { prettyName: Linux, fullName: ubuntu-latest } timeout-minutes: 10