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:
committed by
mllwchrry
parent
2f057a145f
commit
795f19af1f
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user