Skip to content

Commit

Permalink
Merge pull request #120 from bartvdbraak/version0.3.1
Browse files Browse the repository at this point in the history
Fix action runner label for MacOS on ARM and update version
  • Loading branch information
bartvdbraak authored Jul 2, 2024
2 parents cd304e7 + a112604 commit 4720bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
experimental: false

- name: mac-arm64
os: macos-11.0
os: macos-latest
target: aarch64-apple-darwin
cross: true
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keyweave"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Bart van der Braak <[email protected]>"]
keywords = ["azure", "keyvault", "env"]
Expand Down

0 comments on commit 4720bba

Please sign in to comment.