8000 use threads instead of futures in build.rs by Freax13 · Pull Request #484 · rust-osdev/bootloader · GitHub
[go: up one dir, main page]

Skip to content

use threads instead of futures in build.rs #484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove macos-12 from CI test matrix
macos-12 has been removed from GitHub actions.
  • Loading branch information
Freax13 committed Jan 19, 2025
commit 51576e30553315710f934e5dfa67a0caeaf97553
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