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 }"