Skip to content

Commit bcd679d

Browse files
authored
Update release.yml to include Cargo.lock verification
Added a step to verify Cargo.lock is up to date.
1 parent 3633ea4 commit bcd679d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ jobs:
4141
target: x86_64-unknown-linux-gnu
4242
- os: macos-14
4343
target: aarch64-apple-darwin
44-
- os: macos-13
44+
- os: macos-15-intel
4545
target: x86_64-apple-darwin
4646

4747
steps:
4848
- uses: actions/checkout@v4
4949

50+
- name: Verify Cargo.lock is up to date
51+
run: cargo metadata --locked --format-version=1 --no-deps > /dev/null
52+
5053
- name: Install Rust toolchain
5154
uses: dtolnay/rust-toolchain@stable
5255
with:

0 commit comments

Comments
 (0)