ci: Switch to macOS 15 Sequoia Intel-based image

The `macos-13` image has been deprecated and will be unavailable soon.
See: https://github.com/actions/runner-images/issues/13045.
This commit is contained in:
Hennadii Stepanov
2025-10-15 15:31:21 +01:00
committed by mllwchrry
parent 2f057a145f
commit 795f19af1f

View File

@@ -557,9 +557,8 @@ jobs:
if: ${{ !cancelled() }}
x86_64-macos-native:
name: "x86_64: macOS Ventura, Valgrind"
# See: https://github.com/actions/runner-images#available-images.
runs-on: macos-13
name: "x86_64: macOS Sequoia, Valgrind"
runs-on: macos-15-intel
env:
CC: 'clang'