From 46c5bcee5a94aeebe7b1af65f3e03838dd673000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=9D=BF?= Date: Thu, 29 Jan 2026 14:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20release-plz=20=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E7=9A=84=E8=BF=90=E8=A1=8C=E7=8E=AF=E5=A2=83=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20ubuntu-22.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- ostool/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71a344f..f3c1715 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ permissions: jobs: release-plz: if: ${{ github.repository_owner == 'drivercraft' && (github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success') }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - &checkout name: Checkout repository diff --git a/Cargo.lock b/Cargo.lock index 73a30fb..50faab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1910,7 +1910,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "ostool" -version = "0.8.9" +version = "0.8.10" dependencies = [ "anyhow", "byte-unit", diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index b324340..e1d6100 100644 --- a/ostool/Cargo.toml +++ b/ostool/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "ostool" readme = "../README.md" repository = "https://github.com/drivercraft/ostool" -version = "0.8.9" +version = "0.8.10" [package.metadata.binstall] bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"