From 22ee0a8b9a0686676a5faba0b5465b6ea5fbc042 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Mon, 2 Jan 2023 14:41:05 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d314ee..5f1fb2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,8 +37,6 @@ jobs: rust_target: aarch64-apple-darwin - os: windows-latest rust_target: x86_64-pc-windows-msvc - - os: windows-latest - rust_target: aarch64-pc-windows-msvc runs-on: ${{ matrix.platform.os }} steps: @@ -77,4 +75,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: artifacts - path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}" \ No newline at end of file + path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"