diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 6625a24..72bb623 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -14,8 +14,6 @@ jobs: artifact_name: gosh-linux-amd64 - runs-on: macos-latest artifact_name: gosh-darwin-arm64 - - runs-on: macos-13 - artifact_name: gosh-darwin-amd64 runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdfc2ff..c9b18fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: artifact_name: gosh-linux-amd64 - runs-on: macos-latest artifact_name: gosh-darwin-arm64 - - runs-on: macos-13 # Intel Mac (x64) - artifact_name: gosh-darwin-amd64 runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v4