From 4f434931a07adb827beeeec304df368b0b462129 Mon Sep 17 00:00:00 2001 From: Mario Minardi Date: Wed, 10 Dec 2025 13:17:15 -0700 Subject: [PATCH] .github/workflows: remove tests for retired macOS 13 runners Remove tests for macOS-13 based runner images as they are now retired. Updates #cleanup Signed-off-by: Mario Minardi --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5446f50..fa00368 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,14 +67,6 @@ jobs: version: latest credential-type: oauth - # macOS 13 (AMD64) - - os: macos-13 - runner-os: macOS - arch: amd64 - version: latest - ping: 100.99.0.2,lax-pve.pineapplefish.ts.net,lax-pve - credential-type: oauth - # macOS 14 (ARM) - os: macos-14 runner-os: macOS