From 15eee27bdacfdf5cfebd734a8d690586fe9e084c Mon Sep 17 00:00:00 2001 From: Xuepoo Date: Wed, 2 Sep 2026 00:10:47 +0800 Subject: [PATCH 1/2] chore: bump to 0.1.4 and use macos-13 release runner --- .github/workflows/release.yml | 2 +- Cargo.toml | 4 ++-- crates/capglyph-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5d8fde..5be1872 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: target: x86_64-pc-windows-msvc artifact_name: capglyph-windows-x86_64.exe os_name: windows - - os: macos-15-intel + - os: macos-13 target: x86_64-apple-darwin artifact_name: capglyph-macos-x86_64 os_name: macos diff --git a/Cargo.toml b/Cargo.toml index 192fc70..d09efc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capglyph" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Invisible structural watermark for images — human-invisible, machine-detectable" license = "Apache-2.0" @@ -84,7 +84,7 @@ time = { version = "0.3", features = ["formatting"], optional = true } clap = { version = "4.5", features = ["derive"] } glob = "0.3" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -capglyph-server = { path = "crates/capglyph-server", version = "0.1.3" } +capglyph-server = { path = "crates/capglyph-server", version = "0.1.4" } rand = "0.8" uuid = { version = "1.8", features = ["v4", "serde"] } diff --git a/crates/capglyph-server/Cargo.toml b/crates/capglyph-server/Cargo.toml index 091bf16..274bf4a 100644 --- a/crates/capglyph-server/Cargo.toml +++ b/crates/capglyph-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capglyph-server" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "CapGlyph credential server (sigild) — DB + atomic consume + revocation/audit" license = "Apache-2.0" From 1ba251c846e08340b6db6a1fad73bb084b845d02 Mon Sep 17 00:00:00 2001 From: Xuepoo Date: Wed, 2 Sep 2026 00:23:11 +0800 Subject: [PATCH 2/2] ci: use available macos intel runner --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5be1872..28ddb70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: target: x86_64-pc-windows-msvc artifact_name: capglyph-windows-x86_64.exe os_name: windows - - os: macos-13 + - os: macos-26-intel target: x86_64-apple-darwin artifact_name: capglyph-macos-x86_64 os_name: macos