Skip to content

Commit 7b9ec4e

Browse files
committed
ci: Replace github macos 12 with macos 15
macos 12 is deprecated
1 parent b2a2d9e commit 7b9ec4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
# .../ranlib: file: libtomcrypt.a(cbc_setiv.o) has no symbols
7474
ranlib: ranlib -no_warning_for_no_symbols
7575

76-
- name: macos 12
77-
os: macos-12
76+
- name: macos 15
77+
os: macos-15
7878
cc: clang
7979
# OS X says daemon() and utmp are deprecated.
8080
# OS X tests for undefined TARGET_OS_EMBEDDED in libc headers

0 commit comments

Comments
 (0)