Skip to content

Commit

Permalink
Re #6182 Try macos-13 in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jul 3, 2023
1 parent 1931538 commit 79a5bbc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# As of 16 June 2023, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.11.1 and GHC 9.6.2. windows-latest comes with NSIS 3.08, for
# which the default value of the 'Unicode' installer attribute is 'true'.
# However, that is not the 'large strings' build of NSIS and creates installers
# that corrupt the PATH environment variable if the default string length of
# 1024 characters is exceeded.
# As of 3 July 2023, ubuntu-latest, windows-latest come with Stack 2.11.1 and
# GHC 9.6.2. macos-13 comes with Stack 2.9.3 and GHC 9.6.2. windows-latest comes
# with NSIS 3.08, for which the default value of the 'Unicode' installer
# attribute is 'true'. However, that is not the 'large strings' build of NSIS
# and creates installers that corrupt the PATH environment variable if the
# default string length of 1024 characters is exceeded.

jobs:
integration-tests:
Expand All @@ -37,9 +37,11 @@ jobs:
- os: windows-latest
release-args: ""
cache-bust: "13"
- os: macos-latest
# Use of macos-13 to investigate
# git https://github.com/commercialhaskell/stack/issues/6182
- os: macos-13
release-args: ""
cache-bust: "23"
cache-bust: ""
steps:
- name: Clone project
uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion etc/scripts/release.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{- stack script
{- stack
--verbose
script
--resolver lts-20.23
--extra-dep Cabal-3.6.3.0
--extra-dep directory-1.3.6.2
Expand Down

0 comments on commit 79a5bbc

Please sign in to comment.