Skip to content

Commit 5ddb267

Browse files
committed
CI: Remove building docs on macOS
Those CI workflows' intentions are mostly to run the link checker, so it's not too much connected to covering operating systems. By removing the checks for macOS, the process will relax pressure on downstream resources, aiming for making it more unlikely to hit rate limiting measures.
1 parent 8ebaa06 commit 5ddb267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
os: [ubuntu-latest, macos-latest]
24+
os: [ubuntu-latest]
2525

2626
steps:
2727
- name: Acquire sources

0 commit comments

Comments
 (0)