From 340800184d0ab8a7696ce37ab2129edef2067744 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Tue, 3 Dec 2024 11:42:23 -0800 Subject: [PATCH] Drop the macos-12 runner; it is no longer available Since https://github.com/rancher-sandbox/rancher-desktop/pull/7666 we are using only the macos-13 builds anyways. Signed-off-by: Jan Dubois --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b4f453..254affb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: os: - - macos-12 - macos-13 - ubuntu-20.04 runs-on: ${{ matrix.os }}