Skip to content

Commit

Permalink
fix: remove arm mac in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Oct 29, 2023
1 parent 27c7d42 commit 1e0989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest-xlarge, macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-latest, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 1e0989e

Please sign in to comment.