From 71fc7027d735dbb21af1e662eb1c89494e4e315b Mon Sep 17 00:00:00 2001 From: Jun Choi Date: Tue, 22 Oct 2024 15:50:38 -0700 Subject: [PATCH 1/2] update libsbp version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29eea12..fadc7e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ crossbeam-utils = "0.8" log = "0.4" once_cell = "1" parking_lot = "0.12" -sbp = { version = "5", features = ["link"] } +sbp = { version = "6", features = ["link"] } serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" From db624e1aa58b53867a3f6be0b04e6b0f78a5a006 Mon Sep 17 00:00:00 2001 From: Jun Choi Date: Tue, 22 Oct 2024 15:53:51 -0700 Subject: [PATCH 2/2] update macos runner --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19ed16f..3f62680 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: binary_target: x86_64-unknown-linux-musl - os: ubuntu-20.04 binary_target: x86_64-unknown-linux-gnu - - os: macos-11 + - os: macos-14 binary_target: x86_64-apple-darwin - os: windows-2019 binary_target: x86_64-pc-windows-msvc