From 5eb30489e58747997f6ebd8384909a3f9bb737dd Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 19 Nov 2023 18:22:13 -0800 Subject: [PATCH] Add back Windows/Linux builds --- .github/workflows/artifacts.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 470969b1..8fd2bce3 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -13,13 +13,12 @@ jobs: include: - os: macos-12 target: aarch64-apple-darwin -# - os: macos-latest -# target: x86_64-apple-darwin -# - os: windows-2022 -# target: x86_64-pc-windows-msvc - # # Re-enable Linux when context menu is supported - # - os: ubuntu-20.04 - # target: x86_64-unknown-linux-gnu + - os: macos-latest + 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 }}