Skip to content

Commit

Permalink
Remove build_type from CI; it does not matter
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 18, 2023
1 parent bca117e commit ecd7d8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: [Debug, Release]
coverage: [off]
compiler:
- cc: clang-12
Expand All @@ -33,8 +32,7 @@ jobs:
- cc: gcc-12
cxx: g++-12
include:
- build_type: Debug
coverage: on
- coverage: on
compiler:
cc: gcc-12
cxx: g++-12
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13]
build_type: [Debug, Release]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ecd7d8b

Please sign in to comment.