From 44cf2f670f31b4bf9d62664f7af2f86cd797a8aa Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 26 Apr 2023 16:54:51 -0700 Subject: [PATCH] Windows and Linux --- .github/workflows/artifacts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index fd183551..26a670c2 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -13,6 +13,10 @@ jobs: target: aarch64-apple-darwin - os: macos-12 target: x86_64-apple-darwin + - os: windows-2022 + target: x86_64-pc-windows-msvc + - os: ubuntu-20.04 + target: x86_64-unknown-linux-gnu runs-on: ${{ matrix.os }}