Skip to content

Commit

Permalink
去除clang和windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxeon authored Jan 19, 2024
1 parent a0cfc58 commit 5bc2158
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
os: [ubuntu-20.04]
include:
- os: windows-latest
os_short: win
compiler_cc: msvc
- os: ubuntu-latest
os_short: linux
compiler_cc: clang
compiler_cxx: clang++
- os: ubuntu-20.04
os_short: linux
compiler_cc: clang-8
Expand Down

0 comments on commit 5bc2158

Please sign in to comment.