Skip to content

Commit c7c759a

Browse files
committed
New version with macOS fix
1 parent ba68a52 commit c7c759a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
## [1.4.1] - 2023-02-13
11+
12+
### Fixed
13+
14+
* Fixed running on macOS #9 #10
15+
The macOS images have an ancient version of bash, but the action relies on "newer" features than 2014.
16+
We install bash via brew (already pre-installed) to have a new enough version.
17+
18+
The CI is extended to also run on Windows and macOS to catch such issues earlier in the future.
19+
20+
Thanks to @GeorgeHahn for reporting the issue.
21+
822
## [1.4.0] - 2023-02-13
923

1024
### Changed

0 commit comments

Comments
 (0)