]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Retire macos-13 runners, add Intel-specific ones.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 17 Oct 2025 05:26:22 +0000 (16:26 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 17 Oct 2025 05:32:40 +0000 (16:32 +1100)
.github/workflows/c-cpp.yml

index f64803b55ef62af95c4ace01e83b0ef3cb31a518..f7691cb767f15194babe558f7a98803e43fa53d4 100644 (file)
@@ -29,9 +29,9 @@ jobs:
           - ubuntu-latest
           - ubuntu-22.04-arm
           - ubuntu-24.04-arm
-          - macos-13
           - macos-14
           - macos-15
+          - macos-15-intel
           - windows-2022
           - windows-2025
         config: [default]
@@ -111,7 +111,6 @@ jobs:
           - { target: ubuntu-latest, config: musl }
           - { target: ubuntu-22.04-arm, config: kitchensink }
           - { target: ubuntu-24.04-arm, config: kitchensink }
-          - { target: macos-13, config: pam }
           - { target: macos-14, config: pam }
           - { target: macos-15, config: pam }
     runs-on: ${{ matrix.target }}