We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db623d3 commit 5ddb9e9Copy full SHA for 5ddb9e9
2 files changed
.github/workflows/macos.yml
@@ -18,13 +18,13 @@ jobs:
18
fail-fast: false
19
matrix:
20
os:
21
- - macos-13
22
- macos-14
+ - macos-15
23
include:
24
- - os: macos-13
25
- preset: ci-macos-x64
26
- os: macos-14
27
preset: ci-macos-arm64
+ - os: macos-15
+ preset: ci-macos-arm64
28
runs-on: ${{matrix.os}}
29
steps:
30
- name: Checkout
src/SimplnxReview/SimplnxReviewLegacyUUIDMapping.hpp
@@ -4,7 +4,7 @@
4
5
#include <nlohmann/json.hpp>
6
7
-// clang-format off
+/* clang-format off */
8
#include "SimplnxReview/Filters/GroupMicroTextureRegionsFilter.hpp"
9
#include "SimplnxReview/Filters/MergeColoniesFilter.hpp"
10
#include "SimplnxReview/Filters/ComputeSaltykovSizesFilter.hpp"
@@ -32,4 +32,4 @@ namespace nx::core
32
};
33
34
} // namespace nx::core
35
-// clang-format on
+/* clang-format on */
0 commit comments