From 36f3fac6576f5f9cbbb0fd205acfc8a352238840 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Tue, 9 Jul 2024 21:21:14 -0700 Subject: [PATCH] Update macos version for signer since GH dropped support for macos 11 --- .github/workflows/slsa-releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index 875a687..8f8c079 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -113,7 +113,7 @@ jobs: # Sign the binaries and upload the signed binaries macos_signer: - runs-on: macos-11.0 + runs-on: macos-14.0 needs: - build-darwin-amd64 - build-darwin-arm64