diff --git a/.github/workflows/sandwich.yml b/.github/workflows/sandwich.yml index 84f7a00c..d98b0fe6 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -22,6 +22,13 @@ jobs: - "9.6.6" - "9.8.2" exclude: + # We just want to test basic 8.8.4 compatibility on Linux; these fail. + - os: macOS-latest + ghc: 8.8.4 + - os: windows-latest + ghc: 8.8.4 + + # These are still failing in weird ways 11/9/2024 - os: windows-latest ghc: 9.0.2 - os: windows-latest diff --git a/sandwich/CHANGELOG.md b/sandwich/CHANGELOG.md index 1aa8a3c8..1686b9d4 100644 --- a/sandwich/CHANGELOG.md +++ b/sandwich/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for sandwich +## 0.3.0.1 + +* Fix openFileExplorerFolderPortable on macOS + ## 0.3.0.0 * Make createProcessWithLogging, readCreateProcessWithLogging etc. log with the callstack from the line where they're called (and not an internal line).