Skip to content

Commit 8bc50b7

Browse files
committed
ci: Switch to macOS 15 Sequoia Intel-based image
The `macos-13` image has been deprecated and will be unavailable soon. See: actions/runner-images#13045.
1 parent d543c0d commit 8bc50b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,8 @@ jobs:
429429
- *PRINT_LOGS
430430

431431
x86_64-macos-native:
432-
name: "x86_64: macOS Ventura, Valgrind"
433-
# See: https://github.com/actions/runner-images#available-images.
434-
runs-on: macos-13
432+
name: "x86_64: macOS Sequoia, Valgrind"
433+
runs-on: macos-15-intel
435434

436435
env:
437436
CC: 'clang'

0 commit comments

Comments
 (0)