Skip to content

Commit 4720bba

Browse files
authored
Merge pull request #120 from bartvdbraak/version0.3.1
Fix action runner label for MacOS on ARM and update version
2 parents cd304e7 + a112604 commit 4720bba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
experimental: false
7171

7272
- name: mac-arm64
73-
os: macos-11.0
73+
os: macos-latest
7474
target: aarch64-apple-darwin
7575
cross: true
7676
experimental: true

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keyweave"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Bart van der Braak <[email protected]>"]
66
keywords = ["azure", "keyvault", "env"]

0 commit comments

Comments
 (0)