Skip to content

Commit ccc61f9

Browse files
Adding Catch2 flag for std::byte formatting, on MSVC (doesn't work on macos)
1 parent 2c48ba6 commit ccc61f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_run_unit_test_cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build_matrix:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-14]
16-
# os: [ubuntu-latest, windows-latest]
15+
# os: [ubuntu-latest, windows-latest, macos-14]
16+
os: [ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
defaults:
1919
run:

0 commit comments

Comments
 (0)