Skip to content

Commit

Permalink
remove macos-latest-xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Oct 11, 2023
1 parent a8fd04c commit 4b4f578
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-latest-xlarge, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]

include:
- os: ubuntu-latest
Expand All @@ -21,9 +21,6 @@ jobs:
- os: macos-latest
target_name: zipstream
asset_suffix: darwin-amd64
- os: macos-latest-xlarge
target_name: zipstream
asset_suffix: darwin-arm64
- os: windows-latest
target_name: zipstream.exe
asset_suffix: windows-amd64.exe
Expand Down

0 comments on commit 4b4f578

Please sign in to comment.