Skip to content

Commit b491a69

Browse files
authored
Update build.yml
1 parent b897051 commit b491a69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
strategy:
88
matrix:
99
include:
10-
- { target: aarch64-windows-gnu, runner: windows-11-arm, can_test: true }
10+
- { target: aarch64-windows-gnu, runner: ubuntu-24.04, can_test: false }
1111
- { target: aarch64-linux-musl, runner: ubuntu-24.04-arm, can_test: false }
1212
- { target: aarch64-macos-none, runner: macos-26, can_test: true }
13-
- { target: x86_64-windows-gnu, runner: windows-2025, can_test: true }
13+
- { target: x86_64-windows-gnu, runner: ubuntu-24.04, can_test: false }
1414
- { target: x86_64-linux-musl, runner: ubuntu-24.04, can_test: true }
1515
- { target: x86_64-macos-none, runner: macos-26-intel, can_test: true }
1616
- { target: arm-linux-musleabihf, runner: ubuntu-24.04-arm, can_test: true }
17-
- { target: x86-windows-gnu, runner: windows-2025, can_test: true }
17+
- { target: x86-windows-gnu, runner: ubuntu-24.04, can_test: false }
1818
- { target: x86-linux-musl, runner: ubuntu-24.04, can_test: true }
1919
runs-on: ${{ matrix.runner }}
2020
env:

0 commit comments

Comments
 (0)