Skip to content

Commit 8e7351c

Browse files
switch to macos-14
1 parent 2246692 commit 8e7351c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ env:
4646

4747
jobs:
4848
x86_64-macos-native:
49-
name: "x86_64: macOS Ventura, Valgrind"
49+
name: "x86_64: macOS Sonoma, Valgrind"
5050
# See: https://github.com/actions/runner-images#available-images.
51-
runs-on: macos-13
51+
runs-on: macos-14
5252

5353
env:
5454
CC: 'clang'

0 commit comments

Comments
 (0)