Skip to content

Commit 80bb300

Browse files
committed
test build
1 parent 59678b8 commit 80bb300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { os: macos-latest, target: aarch64-apple-darwin, platform: darwin-arm64, cross: general }
2525
- { os: windows-latest, target: x86_64-pc-windows-msvc, platform: win32-x64, cross: general }
2626
- { os: windows-latest, target: i686-pc-windows-msvc, platform: win32-ia32, cross: general }
27-
- { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: cross }
27+
- { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: general }
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)