[openssh-commits] [openssh] 01/01: Add Mac OS X 12 test target.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Apr 30 11:00:36 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 4835544d2dd31de6ffc7dba59f92093aea98155b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Apr 30 10:56:41 2022 +1000
Add Mac OS X 12 test target.
---
.github/workflows/c-cpp.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 68db999d..092b91fd 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
# First we test all OSes in the default configuration.
- os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11.0]
+ os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11, macos-12]
configs: [default]
# Then we include any extra configs we want to test for specific VMs.
# Valgrind slows things down quite a bit, so start them first.
@@ -71,7 +71,8 @@ jobs:
- { os: ubuntu-18.04, configs: kitchensink }
- { os: ubuntu-18.04, configs: without-openssl }
- { os: macos-10.15, configs: pam }
- - { os: macos-11.0, configs: pam }
+ - { os: macos-11, configs: pam }
+ - { os: macos-12, configs: pam }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout at v2
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list