Skip to content

Commit 86b5f97

Browse files
committed
Update macos versions
1 parent a4b4791 commit 86b5f97

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,13 @@ jobs:
253253

254254
- toolset: clang
255255
cxxstd: "11,14"
256-
os: macos-11
256+
os: macos-12
257257
- toolset: clang
258258
cxxstd: "20"
259-
os: macos-12
259+
os: macos-13
260+
- toolset: clang
261+
cxxstd: "20"
262+
os: macos-14
260263

261264
runs-on: ${{matrix.os}}
262265
container: ${{matrix.container}}

0 commit comments

Comments
 (0)