Skip to content

Commit 1ef1415

Browse files
committed
👷‍♀️ Culling attempt #2
1 parent d6228de commit 1ef1415

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/push-pull_request.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
- clang
2828
exclude:
2929
- compiler: msvc
30-
os.name: linux
31-
- compiler: msvc
32-
os.name: macos
30+
os:
31+
name: [linux, macos]
3332
runs-on: ${{matrix.os.name}}-latest
3433
steps:
3534
# important setup

0 commit comments

Comments
 (0)