Update github action to macos-12

10.15 is being removed on github soon
This commit is contained in:
Matt Johnston 2022-11-10 11:13:00 +08:00
parent 80fa169cb9
commit cdc83ad98a

View File

@ -50,8 +50,8 @@ jobs:
- name: c89 - name: c89
extracflags: -std=c89 -Wdeclaration-after-statement extracflags: -std=c89 -Wdeclaration-after-statement
- name: macos 10.15 - name: macos 12
os: macos-10.15 os: macos-12
cc: clang cc: clang
# OS X says daemon() and utmp are deprecated. # OS X says daemon() and utmp are deprecated.
# OS X tests for undefined TARGET_OS_EMBEDDED in libc headers # OS X tests for undefined TARGET_OS_EMBEDDED in libc headers