Skip to content

Commit

Permalink
Replace macos 11 github build with macos 14
Browse files Browse the repository at this point in the history
11 will be removed soon
  • Loading branch information
mkj committed May 21, 2024
1 parent a63cad5 commit b5c4a65
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
nondefault: 1
configure_flags: --enable-pam

- name: macos 12
os: macos-12
- name: macos 14
os: macos-14
cc: clang
# OS X says daemon() and utmp are deprecated.
# OS X tests for undefined TARGET_OS_EMBEDDED in libc headers
Expand All @@ -73,12 +73,16 @@ jobs:
# .../ranlib: file: libtomcrypt.a(cbc_setiv.o) has no symbols
ranlib: ranlib -no_warning_for_no_symbols

- name: macos 11
os: macos-11
- name: macos 12
os: macos-12
cc: clang
# OS X says daemon() and utmp are deprecated.
# OS X tests for undefined TARGET_OS_EMBEDDED in libc headers
extracflags: -Wno-deprecated-declarations -Wno-undef
runcheck: 'no'
apt: 'no'
# fails with:
# .../ranlib: file: libtomcrypt.a(cbc_setiv.o) has no symbols
ranlib: ranlib -no_warning_for_no_symbols

# Check that debug code doesn't bitrot
Expand Down

0 comments on commit b5c4a65

Please sign in to comment.