Skip to content

Commit 9b7c59c

Browse files
Merge #1624: ci: Update macOS image
096e3e2 ci: Update macOS image (Hennadii Stepanov) Pull request description: The macOS 12 GHA image has been deprecated since 2024-10-07. See: actions/runner-images#10721. Draft for now as `./libtool --mode=execute valgrind --error-exitcode=42 ./ctime_tests` fails. ACKs for top commit: real-or-random: ACK 096e3e2 Tree-SHA512: 715e7d2638bb7161c756d3856ee7eb6826f2300ab215deb888f040881c6b8cddc311c206f90dd942844ee2e56247e8ca99078a229e80ef086c2a4fdd8937af9d
2 parents 68b5520 + 096e3e2 commit 9b7c59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@ jobs:
612612
if: ${{ always() }}
613613

614614
x86_64-macos-native:
615-
name: "x86_64: macOS Monterey, Valgrind"
615+
name: "x86_64: macOS Ventura, Valgrind"
616616
# See: https://github.com/actions/runner-images#available-images.
617-
runs-on: macos-12
617+
runs-on: macos-13
618618

619619
env:
620620
CC: 'clang'

0 commit comments

Comments
 (0)