From a2392026c8f9c5d294a673b7675cde639ed4407d Mon Sep 17 00:00:00 2001 From: Russell Centanni Date: Thu, 19 Sep 2024 12:12:50 -0400 Subject: [PATCH] fix: update macos runners Signed-off-by: Russell Centanni --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 640396fc2..4403e60bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: release: if: startsWith(github.ref, 'refs/tags/v') == true needs: [ release-ui ] - runs-on: macos-11 + runs-on: macos-latest steps: - name: Set up Go uses: actions/setup-go@v5