Skip to content

Commit

Permalink
ci: remove windows on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Oct 7, 2024
1 parent e9cbe73 commit 9602afb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rid: [linux-x64, win-x64, win-arm64, macos-arm64]
rid: [linux-x64, win-x64, macos-arm64]
include:
- rid: linux-x64
rust_target: x86_64-unknown-linux-gnu
Expand All @@ -27,11 +27,6 @@ jobs:
rust_target: x86_64-pc-windows-msvc
vcpkg_target_triplet: 'x64-windows-static-md'
os: windows-latest
- rid: win-arm64
msvc_arch: arm64
rust_target: aarch64-pc-windows-msvc
vcpkg_target_triplet: 'arm64-windows-static-md'
os: windows-latest
- rid: macos-arm64
rust_target: aarch64-apple-darwin
os: macos-latest
Expand Down Expand Up @@ -200,12 +195,10 @@ jobs:
strategy:
fail-fast: false
matrix:
rid: [win-x64, win-arm64]
rid: [win-x64]
include:
- rid: win-x64
msvc_arch: x64
- rid: win-arm64
msvc_arch: arm64
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 9602afb

Please sign in to comment.