Skip to content

Commit

Permalink
Fix OS X CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Dec 23, 2024
1 parent 07b82a2 commit 50de586
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- { target: i686-pc-windows-msvc, os: windows-2019 }
- { target: i686-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: i686-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: x86_64-apple-darwin, os: macos-13 }
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly_cli"
version = "0.8.0"
version = "0.8.1"
rust-version = "1.82.0"
edition = "2021"
authors = ["Firefly Zero team"]
Expand Down

0 comments on commit 50de586

Please sign in to comment.