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 f9ffc1e commit b1e26f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
os: [windows-11_aarch64, windows-2025]
include:
- os: windows-11_aarch64
targets: [aarch64-pc-windows-msvc]
target: [aarch64-pc-windows-msvc]
- os: windows-2025
targets: [x86_64-pc-windows-msvc, i686-pc-windows-msvc]
target: [x86_64-pc-windows-msvc, i686-pc-windows-msvc]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b1e26f2

Please sign in to comment.