Windows and Linux

This commit is contained in:
Gregory Schier
2023-04-26 16:54:51 -07:00
parent d04d91d6dd
commit 44cf2f670f

View File

@@ -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 }}