File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
22
## [ 1.4.0] - 2023-02-13
9
23
10
24
### Changed
You can’t perform that action at this time.
0 commit comments