diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6cde1a3..9a4f44b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'