Add back Windows/Linux builds

This commit is contained in:
Gregory Schier
2023-11-19 18:22:13 -08:00
parent 05458a0753
commit 5eb30489e5

View File

@@ -13,13 +13,12 @@ jobs:
include: include:
- os: macos-12 - os: macos-12
target: aarch64-apple-darwin target: aarch64-apple-darwin
# - os: macos-latest - os: macos-latest
# target: x86_64-apple-darwin target: x86_64-apple-darwin
# - os: windows-2022 - os: windows-2022
# target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
# # Re-enable Linux when context menu is supported - os: ubuntu-20.04
# - os: ubuntu-20.04 target: x86_64-unknown-linux-gnu
# target: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}