Skip to content

Commit

Permalink
fix: remove windows arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed Jun 5, 2024
1 parent b8d4045 commit ba2a4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: aarch64-pc-windows-msvc
os: windows-latest
# - target: aarch64-pc-windows-msvc
# os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ba2a4f6

Please sign in to comment.