Skip to content

Commit

Permalink
only release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 23, 2024
1 parent 4fff1bd commit 21268b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { cpp: g++-12, c: gcc-12}
- { cpp: g++-13, c: gcc-13}
- { cpp: clang++, c: clang}
build_type: [Debug, Release]
build_type: [Release]
env:
CC: ${{ matrix.compiler.c }}
CXX: ${{ matrix.compiler.cpp }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { cpp: g++-12, c: gcc-12}
- { cpp: g++-13, c: gcc-13}
- { cpp: clang++, c: clang}
build_type: [Debug, Release]
build_type: [Release]
env:
CC: ${{ matrix.compiler.c }}
CXX: ${{ matrix.compiler.cpp }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
build_type: [Debug, Release]
build_type: [Release]
architecture: [Win32, x64]

steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
build_type: [Debug, Release]
build_type: [Release]
architecture: [Win32, x64]

steps:
Expand Down

0 comments on commit 21268b3

Please sign in to comment.