mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Update github action to macos-12
10.15 is being removed on github soon
This commit is contained in:
parent
80fa169cb9
commit
cdc83ad98a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user