Skip to content

Commit 096e3e2

Browse files
committed
ci: Update macOS image
The macOS 12 GHA image has been deprecated since 2024-10-07. See: actions/runner-images#10721
1 parent 68b5520 commit 096e3e2

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)