Skip to content

Commit 43e7b11

Browse files
Merge #1759: ci: Switch to macOS 15 Sequoia Intel-based image
8bc50b7 ci: Switch to macOS 15 Sequoia Intel-based image (Hennadii Stepanov) Pull request description: This is an alternative to #1755. More details from the GHA developers: > Apple has discontinued support for the x86_64 (Intel) architecture going forward. GitHub will no longer support this architecture on macOS after the macOS 15 runner image is retired in Fall 2027. ACKs for top commit: real-or-random: ACK 8bc50b7 Tree-SHA512: 2c3de907b8910193b77bb201e1c7aad3f70f89804efe4b3ead23181d45a912f677cd533e819914cf1b346aa01d2f273fd5f1e63d7b8d284320d1e4e6198d8578
2 parents d543c0d + 8bc50b7 commit 43e7b11

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)