Skip to content

Commit 80f673e

Browse files
committed
chore: remove unused matrix
1 parent 6222dd0 commit 80f673e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, windows-latest, macos-latest]
21+
os: [ubuntu-latest]
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-latest, windows-latest, macos-latest]
36+
os: [ubuntu-latest]
3737

3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)