Skip to content

Commit

Permalink
Merge pull request #484 from Freax13/enhancement/build-sync
Browse files Browse the repository at this point in the history
use threads instead of futures in build.rs
  • Loading branch information
phil-opp authored Jan 19, 2025
2 parents 086c248 + 51576e3 commit 8165441
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 404 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30

Expand Down
Loading

0 comments on commit 8165441

Please sign in to comment.