Skip to content

Commit 50de586

Browse files
committed
Fix OS X CI build
1 parent 07b82a2 commit 50de586

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- { target: i686-pc-windows-msvc, os: windows-2019 }
5050
- { target: i686-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
5151
- { target: i686-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
52-
- { target: x86_64-apple-darwin, os: macos-12 }
52+
- { target: x86_64-apple-darwin, os: macos-13 }
5353
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
5454
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
5555
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly_cli"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
rust-version = "1.82.0"
55
edition = "2021"
66
authors = ["Firefly Zero team"]

0 commit comments

Comments
 (0)