Skip to content

Commit d6228de

Browse files
committed
👷‍♀️ Different culling strategy
1 parent 8a432d3 commit d6228de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/push-pull_request.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- gcc
2727
- clang
2828
exclude:
29-
- os:
30-
- name: [ubuntu. macos]
31-
compiler: msvc
29+
- compiler: msvc
30+
os.name: linux
31+
- compiler: msvc
32+
os.name: macos
3233
runs-on: ${{matrix.os.name}}-latest
3334
steps:
3435
# important setup

0 commit comments

Comments
 (0)