From 6b52b8b4ee268ad8aa6e90c30cd5127858447222 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Mon, 12 Feb 2024 10:21:41 -0600 Subject: [PATCH] Revert "build: release on macos-latest" This reverts commit de7d1f9852bc5bf06fe859225a6f4642ae28fdd1. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e83e6033..ad4dbe8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, macos-14, windows-latest] steps: - name: Set up Go 1.x uses: actions/setup-go@v4