Skip to content

Commit c89bbaa

Browse files
authored
Merge pull request #64 from danielparks/fix-mac-os-release
Fix macOS release
2 parents f1a2d16 + 4e200bb commit c89bbaa

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
- target: aarch64-unknown-linux-gnu
5353
- target: aarch64-unknown-linux-musl
5454
- target: aarch64-apple-darwin
55-
os: macos-11
55+
os: macos-14
5656
- target: aarch64-pc-windows-msvc
5757
os: windows-2019
5858
- target: x86_64-unknown-linux-gnu
5959
- target: x86_64-unknown-linux-musl
6060
- target: x86_64-apple-darwin
61-
os: macos-11
61+
os: macos-13
6262
- target: x86_64-pc-windows-msvc
6363
os: windows-2019
6464
- target: x86_64-unknown-freebsd

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## main branch
5+
## Release 1.1.1 (2025-02-12)
6+
7+
* Bump version to fix release workflow.
68

79
## Release 1.1.0 (2025-02-12)
810

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 = "git-status-vars"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Daniel Parks <[email protected]>"]
55
description = "Summarize git repo info into shell variables (for use in a prompt)"
66
homepage = "https://github.com/danielparks/git-status-vars"

0 commit comments

Comments
 (0)