1 parent 3633ea4 commit bcd679dCopy full SHA for bcd679d
1 file changed
.github/workflows/release.yml
@@ -41,12 +41,15 @@ jobs:
41
target: x86_64-unknown-linux-gnu
42
- os: macos-14
43
target: aarch64-apple-darwin
44
- - os: macos-13
+ - os: macos-15-intel
45
target: x86_64-apple-darwin
46
47
steps:
48
- uses: actions/checkout@v4
49
50
+ - name: Verify Cargo.lock is up to date
51
+ run: cargo metadata --locked --format-version=1 --no-deps > /dev/null
52
+
53
- name: Install Rust toolchain
54
uses: dtolnay/rust-toolchain@stable
55
with:
0 commit comments