Skip to content

Commit bd38b61

Browse files
committed
👷‍♀️ Exclusion attempt #3
1 parent a9e26f5 commit bd38b61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push-pull_request.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- clang
2222
exclude:
2323
- compiler: msvc
24-
os: [ubuntu, macos]
24+
os: ubuntu
25+
- compiler: msvc
26+
os: macos
2527
runs-on: ${{matrix.os}}-latest
2628
steps:
2729
# important setup

0 commit comments

Comments
 (0)