diff options
author | Darren Tucker <dtucker@dtucker.net> | 2024-06-18 11:59:59 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-06-19 12:36:53 +0200 |
commit | 786a4465b6bb702daf4fb17b7c3bcb42b52f0b46 (patch) | |
tree | 41187370d8a507797ba026ae8e008e75e081275b /.github | |
parent | PAMServiceName may appear in a Match block (diff) | |
download | openssh-786a4465b6bb702daf4fb17b7c3bcb42b52f0b46.tar.xz openssh-786a4465b6bb702daf4fb17b7c3bcb42b52f0b46.zip |
Remove macos-11 runner.
Github is retiring them soon.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ff510e342..609028703 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,7 +17,6 @@ jobs: target: - ubuntu-20.04 - ubuntu-22.04 - - macos-11 - macos-12 - macos-13 - macos-14 @@ -102,7 +101,6 @@ jobs: - { target: ubuntu-22.04, config: selinux } - { target: ubuntu-22.04, config: kitchensink } - { target: ubuntu-22.04, config: without-openssl } - - { target: macos-11, config: pam } - { target: macos-12, config: pam } - { target: macos-13, config: pam } - { target: macos-14, config: pam } |