Skip to content

Commit

Permalink
fix: macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bloznelis committed Nov 4, 2023
1 parent 185df47 commit 41292e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
os: ubuntu-latest
target: x86_64-unknown-linux-gnu

- build: macos-arm
os: macos-latest
target: aarch64-apple-darwin

- build: macos
os: macos-latest
target: x86_64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["terminal", "keyboard", "tester", "tui"]
readme = "README.md"

[dependencies]
device_query_revamped = "2.2.0"
device_query_revamped = "2.2.1"
ratatui = { version = "0.24.0", features = ["all-widgets"]}
crossterm = "0.27"
clap = { version = "4.4.7", features = ["derive"] }
Expand Down

0 comments on commit 41292e6

Please sign in to comment.