Skip to content

Commit 0dd83e9

Browse files
committed
Only check embedded snippets and links on linux
1 parent 8383643 commit 0dd83e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,9 @@ jobs:
244244
pip uninstall -y ${NAME}
245245
246246
build_all:
247-
runs-on: ${{ matrix.os }}
247+
runs-on: ubuntu-latest
248248
strategy:
249249
fail-fast: false
250-
matrix:
251-
os: [ubuntu-latest, macos-latest, windows-latest]
252250
steps:
253251
- name: Checkout
254252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)