Skip to content

Commit 7237aa5

Browse files
committed
simplify matrix
1 parent c465662 commit 7237aa5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
include:
14-
- os: ubuntu-latest
15-
target-folder: drop-linux
16-
- os: windows-latest
17-
target-folder: drop
13+
os: [ubuntu-latest, windows-latest]
1814

1915
steps:
2016
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)