Skip to content

Commit

Permalink
Update CI to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiusTheBest committed Dec 12, 2024
1 parent 10ef7f4 commit 417f763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
{ os: windows-2019, cxx: 'vs2019' },
{ os: windows-2022, cxx: 'vs2022' },
# macos: clang
{ os: macos-12, cxx: 'clang++' }
{ os: macos-13, cxx: 'clang++' }
]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 417f763

Please sign in to comment.