From 43fefa375a07879e35afd9f33fd5f95be1a8ee85 Mon Sep 17 00:00:00 2001 From: KoalaBear Date: Mon, 22 Jan 2024 10:40:47 +0100 Subject: [PATCH] - Add win-arm/64 to includes --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65c80cfa..5bfdb903 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,6 +40,10 @@ jobs: os: ubuntu-latest - target: win-x64 os: windows-latest + - target: win-arm + os: windows-latest + - target: win-arm64 + os: windows-latest - target: osx-x64 os: macos-latest