ci: Update macOS image

The macOS 12 GHA image has been deprecated since 2024-10-07.
See: https://github.com/actions/runner-images/issues/10721
This commit is contained in:
Hennadii Stepanov
2024-10-25 08:18:02 +01:00
committed by BEULAHEVANJALIN
parent a1be8ed1b1
commit b9a82b481f

View File

@@ -680,10 +680,10 @@ jobs:
run: env
if: ${{ always() }}
macos-native:
name: "x86_64: macOS Monterey"
x86_64-macos-native:
name: "x86_64: macOS Ventura, Valgrind"
# See: https://github.com/actions/runner-images#available-images.
runs-on: macos-12 # Use M1 once available https://github.com/github/roadmap/issues/528
runs-on: macos-13
env:
CC: 'clang'