We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85dc82 commit df95c7fCopy full SHA for df95c7f
.github/workflows/main.yml
@@ -38,6 +38,8 @@ jobs:
38
timeout-minutes: 10
39
40
strategy:
41
+ # Can't run in parallel otherwise we get rate limted
42
+ max-parallel: 1
43
matrix:
44
os: [ubuntu-24.04, windows-2025, windows-2022, macos-14]
45
0 commit comments