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') }}"