Skip to content

Commit

Permalink
Drop amd64_arm from ci/cd until windows builder issue is fixed (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaskalev authored Nov 28, 2024
1 parent 42db67f commit db0db77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: [amd64, amd64_x86, amd64_arm, amd64_arm64]
arch: [amd64, amd64_x86, amd64_arm64]
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit db0db77

Please sign in to comment.