Skip to content

Commit 46c5bce

Browse files
committed
将 release-plz 作业的运行环境更改为 ubuntu-22.04
1 parent b56ce20 commit 46c5bce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
release-plz:
1616
if: ${{ github.repository_owner == 'drivercraft' && (github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success') }}
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- &checkout
2020
name: Checkout repository

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ostool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "ostool"
99
readme = "../README.md"
1010
repository = "https://github.com/drivercraft/ostool"
11-
version = "0.8.9"
11+
version = "0.8.10"
1212

1313
[package.metadata.binstall]
1414
bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"

0 commit comments

Comments
 (0)