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
|
- *PRINT_LOGS
|
||||||
|
|
||||||
x86_64-macos-native:
|
x86_64-macos-native:
|
||||||
name: "x86_64: macOS Ventura, Valgrind"
|
name: "x86_64: macOS Sequoia, Valgrind"
|
||||||
# See: https://github.com/actions/runner-images#available-images.
|
runs-on: macos-15-intel
|
||||||
runs-on: macos-13
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
|
|||||||
Reference in New Issue
Block a user