Skip to content

Commit 8b65188

Browse files
committed
Try debug
1 parent 65fc392 commit 8b65188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
scheme: 'UnitTests'
3232
sdk: 'macosx'
3333
useXcpretty: false
34-
configuration: RelWithDebInfo
34+
configuration: Debug
3535
displayName: 'Build UnitTests macOS'
3636

3737
- script: |
38-
cd buildmacOS/Apps/UnitTests/RelWithDebInfo
38+
cd buildmacOS/Apps/UnitTests/Debug
3939
./UnitTests
4040
displayName: 'Run UnitTests macOS'

0 commit comments

Comments
 (0)