Skip to content

Commit

Permalink
ci: Remove target property from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Dec 15, 2023
1 parent 4710fea commit c827501
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
matrix:
include:
- runs-on: ubuntu-latest
target: x86_64-unknown-linux-gnu
- runs-on: windows-latest
target: x86_64-pc-windows-msvc

needs:
- check
Expand Down Expand Up @@ -121,10 +119,8 @@ jobs:
include:
- name: Ubuntu
runs-on: ubuntu-latest
target: x86_64-unknown-linux-gnu
- name: Windows
runs-on: windows-latest
target: x86_64-pc-windows-msvc

needs:
- check
Expand Down

0 comments on commit c827501

Please sign in to comment.