Skip to content

Commit

Permalink
remove macos build job in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v-spassky committed Jul 18, 2023
1 parent 59aa88f commit 92264ed
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 @@ -20,7 +20,7 @@ jobs:
upload-assets:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 92264ed

Please sign in to comment.