Skip to content

Commit 417f763

Browse files
Update CI to macOS-13
1 parent 10ef7f4 commit 417f763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
{ os: windows-2019, cxx: 'vs2019' },
5757
{ os: windows-2022, cxx: 'vs2022' },
5858
# macos: clang
59-
{ os: macos-12, cxx: 'clang++' }
59+
{ os: macos-13, cxx: 'clang++' }
6060
]
6161

6262
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)