Skip to content

Commit

Permalink
Disable windows on arm architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 8, 2024
1 parent c663877 commit 6d42feb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl
- x86_64-pc-windows-msvc
- aarch64-pc-windows-msvc
# - aarch64-pc-windows-msvc
runs-on: ubuntu-latest
name: Build - ${{ matrix.targets }}
steps:
Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
- target: x86_64-pc-windows-msvc
host: windows-latest
architecture: x64
- target: aarch64-pc-windows-msvc
host: windows-latest
architecture: arm64
# - target: aarch64-pc-windows-msvc
# host: windows-latest
# architecture: arm64
node: ["20"]
runs-on: ${{ matrix.settings.host }}
name: Test node@${{ matrix.node }} - ${{ matrix.settings.target }}
Expand Down

0 comments on commit 6d42feb

Please sign in to comment.