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:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -429,9 +429,8 @@ jobs:
|
||||
- *PRINT_LOGS
|
||||
|
||||
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