Skip to content

Commit 95219a2

Browse files
authored
Merge pull request #6 from archstrap/feature/Release_v1.0.0
Add MacOs binary support for latest ones
2 parents 181be1c + 4202379 commit 95219a2

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/auto-tag.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
artifact_name: gosh-linux-amd64
1515
- runs-on: macos-latest
1616
artifact_name: gosh-darwin-arm64
17-
- runs-on: macos-13
18-
artifact_name: gosh-darwin-amd64
1917
runs-on: ${{ matrix.runs-on }}
2018
steps:
2119
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
artifact_name: gosh-linux-amd64
1818
- runs-on: macos-latest
1919
artifact_name: gosh-darwin-arm64
20-
- runs-on: macos-13 # Intel Mac (x64)
21-
artifact_name: gosh-darwin-amd64
2220
runs-on: ${{ matrix.runs-on }}
2321
steps:
2422
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)