Skip to content

Commit

Permalink
use standard windows-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Mar 7, 2024
1 parent 15c55b6 commit 76fb863
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
target:
[x86_64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin, x86_64-pc-windows-msvc]
[x86_64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin, windows-latest]

include:
- target: x86_64-unknown-linux-gnu
Expand All @@ -30,10 +30,6 @@ jobs:
- target: aarch64-apple-darwin
name: macos-11

- target: x86_64-pc-windows-msvc
name: [ self-hosted, Windows, X64 ]


runs-on: ${{ matrix.name }}
env:
ORT_LIB_LOCATION: ${{ github.workspace }}/lib/${{ matrix.target }}/onnxruntime
Expand Down

0 comments on commit 76fb863

Please sign in to comment.