There was an error while loading. Please reload this page.
1 parent 19d3485 commit 8ec4151Copy full SHA for 8ec4151
1 file changed
.github/workflows/ci.yml
@@ -116,6 +116,12 @@ jobs:
116
# Minimum Supported Rust Version
117
- os: ubuntu-latest
118
rust: minimum
119
+
120
+ # Do not run macOS on PRs, it is slow.
121
+ # macOS CI will run on main branch once PR is merged.
122
+ exclude:
123
+ - os: github.event_name == 'pull_request' && 'macos-latest' || ''
124
125
runs-on: ${{ matrix.os }}
126
timeout-minutes: 60
127
steps:
@@ -345,6 +351,11 @@ jobs:
345
351
346
352
python: "3.10"
347
353
354
355
356
357
358
348
359
349
360
350
361
0 commit comments