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 6da4fe2 commit 041ca23
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 @@ -61,9 +61,7 @@ jobs:
matrix:
include:
- runs-on: ubuntu-latest
target: x86_64-unknown-linux-gnu
- runs-on: windows-latest
target: x86_64-pc-windows-msvc

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

steps:
- name: Checkout repository
Expand Down

0 comments on commit 041ca23

Please sign in to comment.