mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Exclude MSVC-* on Ubuntu (#16423)
Removes the Ubuntu/MSVC builds from the GitHub Actions as MSVC is obviously not supported on Ubuntu but it still runs the tests. This should reduce the CI resources and failure modes.
This commit is contained in:
parent
e60bfd11bd
commit
4414c2aeaa
1 changed files with 4 additions and 0 deletions
4
.github/workflows/runnable_cxx.yml
vendored
4
.github/workflows/runnable_cxx.yml
vendored
|
@ -76,6 +76,10 @@ jobs:
|
|||
- { os: ubuntu-20.04, target: clang-10.0.0 }
|
||||
- { os: ubuntu-20.04, target: clang-9.0.0 }
|
||||
- { os: ubuntu-20.04, target: clang-8.0.0 }
|
||||
- { os: ubuntu-20.04, target: msvc-2019 }
|
||||
- { os: ubuntu-20.04, target: msvc-2017 }
|
||||
- { os: ubuntu-20.04, target: msvc-2015 }
|
||||
- { os: ubuntu-20.04, target: msvc-2013 }
|
||||
# OSX only supports clang
|
||||
- { os: macOS-11, target: g++-11 }
|
||||
- { os: macOS-11, target: g++-10 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue