We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f2d6c commit 2d2af13Copy full SHA for 2d2af13
.github/workflows/test_clang_mac.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [macos-12] # macos-12 is x64
+ os: [macos-13] # macos-13 is x64
21
22
# Note: No clang version variation since the macOS runners to not have versioned executables (e.g. clang++-13).
23
cpp_version: [c++17, c++20]
@@ -26,7 +26,7 @@ jobs:
26
include:
27
# Also include a few variations with disabled UB tricks (not for all to limit resource consumption).
28
# Especially include some on arm64 where the UB tricks are not supported by tiny::optional.
29
- - os: macos-12 # macos-12 is x64
+ - os: macos-13 # macos-13 is x64
30
cpp_version: c++20
31
buildmode: -DTINY_OPTIONAL_USE_SEPARATE_BOOL_INSTEAD_OF_UB_TRICKS
32
- os: macos-14 # macos-14 is arm64
0 commit comments