Skip to content

Commit 2d2af13

Browse files
committed
Switch the mac workflow to macos-13, since macos-12 is no longer available.
1 parent e1f2d6c commit 2d2af13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_clang_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [macos-12] # macos-12 is x64
20+
os: [macos-13] # macos-13 is x64
2121

2222
# Note: No clang version variation since the macOS runners to not have versioned executables (e.g. clang++-13).
2323
cpp_version: [c++17, c++20]
@@ -26,7 +26,7 @@ jobs:
2626
include:
2727
# Also include a few variations with disabled UB tricks (not for all to limit resource consumption).
2828
# Especially include some on arm64 where the UB tricks are not supported by tiny::optional.
29-
- os: macos-12 # macos-12 is x64
29+
- os: macos-13 # macos-13 is x64
3030
cpp_version: c++20
3131
buildmode: -DTINY_OPTIONAL_USE_SEPARATE_BOOL_INSTEAD_OF_UB_TRICKS
3232
- os: macos-14 # macos-14 is arm64

0 commit comments

Comments
 (0)