Skip to content

Commit

Permalink
ci: Replace github macos 12 with macos 15
Browse files Browse the repository at this point in the history
macos 12 is deprecated
  • Loading branch information
mkj committed Oct 21, 2024
1 parent b2a2d9e commit 4e8a384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
# .../ranlib: file: libtomcrypt.a(cbc_setiv.o) has no symbols
ranlib: ranlib -no_warning_for_no_symbols

- name: macos 12
os: macos-12
- name: macos 15
os: macos-15
cc: clang
# OS X says daemon() and utmp are deprecated.
# OS X tests for undefined TARGET_OS_EMBEDDED in libc headers
Expand Down

0 comments on commit 4e8a384

Please sign in to comment.