Skip to content

Commit

Permalink
ci: fix os type
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 2, 2025
1 parent d365df4 commit d846a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
bindgen:
strategy:
matrix:
os: windows-2025
os: [windows-2025]
target: [x86_64-pc-windows-msvc, i686-pc-windows-msvc, aarch64-pc-windows-msvc]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d846a66

Please sign in to comment.