Skip to content

Commit

Permalink
ci: attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 2, 2025
1 parent d3e9c65 commit 7101c5e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ jobs:
bindgen:
strategy:
matrix:
os: [windows-aarch64, windows-2025]
os: [windows-11-preview_aarch64, windows-2025]
target: [aarch64-pc-windows-msvc, x86_64-pc-windows-msvc, i686-pc-windows-msvc]
include:
- os: windows-11-preview_aarch64
group: windows_11_aarch64
exclude:
- os: windows-aarch64
- group: windows_11_aarch64
target: x86_64-pc-windows-msvc
- os: windows-aarch64
- group: windows_11_aarch64
target: i686-pc-windows-msvc
- os: windows-2025
target: aarch64-pc-windows-msvc
Expand Down

0 comments on commit 7101c5e

Please sign in to comment.