diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf3ac2b..a0bbbdc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,9 +69,9 @@ jobs: strategy: matrix: platform: - - runner: macos-13 + - runner: macos-15-intel target: x86_64 - - runner: macos-14 + - runner: macos-latest target: aarch64 steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index bc13c82..6af6553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bittensor-drand" -version = "1.0.0" +version = "1.0.1" dependencies = [ "ark-serialize", "hex",