Skip to content

Commit

Permalink
feat ci: disable MacOS builds, as the container is unstable and broke…
Browse files Browse the repository at this point in the history
… due to third party dependency change

Fixes: #811
Tests: протестировано вручную, на прод не влияет
commit_hash:3f99efb764821d5a72a85c9bf15ffa4ff23c91f5
  • Loading branch information
apolukhin committed Dec 26, 2024
1 parent 70d85ff commit d1f2439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: CI

jobs:
macos:
if: false
name: MacOS (build only)
runs-on: macos-latest
env:
Expand Down

0 comments on commit d1f2439

Please sign in to comment.