[openssh-commits] [openssh] branch master updated: Add newer OS X and Ubunty 26.04 test targets.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Aug 16 10:02:24 AEST 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 9ee20dd69 Add newer OS X and Ubunty 26.04 test targets.
9ee20dd69 is described below

commit 9ee20dd69537b13558ec56a37afc64920bc6ddbc
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Aug 16 10:01:38 2026 +1000

    Add newer OS X and Ubunty 26.04 test targets.
---
 .github/workflows/c-cpp.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 8f5e80668..676a7cacd 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -28,11 +28,16 @@ jobs:
         target:
           - ubuntu-22.04
           - ubuntu-latest
+          - ubuntu-26.04
           - ubuntu-22.04-arm
           - ubuntu-24.04-arm
+          - ubuntu-26.04-arm
           - macos-14
           - macos-15
           - macos-15-intel
+          - macos-26
+          - macos-26-intel
+          - xcode-27
           - windows-2022
           - windows-2025
         config: [default]
@@ -118,8 +123,11 @@ jobs:
           - { target: ubuntu-latest, config: musl }
           - { target: ubuntu-22.04-arm, config: kitchensink }
           - { target: ubuntu-24.04-arm, config: kitchensink }
+          - { target: ubuntu-26.04-arm, config: kitchensink }
           - { target: macos-14, config: pam }
           - { target: macos-15, config: pam }
+          - { target: macos-26, config: pam }
+          - { target: xcode-27, config: pam }
     runs-on: ${{ matrix.target }}
     env:
       EPHEMERAL_VM: yes

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list