Skip to content

Commit 18cc71f

Browse files
committed
GHA: Reorder matrix entry for standalone vs Boost-using build
1 parent 1b0a799 commit 18cc71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [ubuntu-22.04, windows-2022]
40-
buildType: [Debug, Release]
4140
standalone: [Boost, Standalone]
41+
buildType: [Debug, Release]
4242
shared_lib: [ON, OFF]
4343
generator: ['Visual Studio 17 2022', 'MinGW Makefiles', 'Unix Makefiles']
4444
exclude:

0 commit comments

Comments
 (0)