aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.yml
AgeCommit message (Collapse)Author
2025-12-15Bump actions/upload-artifact from 5 to 6 (#11352)dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11Use ghc 9.10 (not 9.12) for releases and nightlies.John MacFarlane
2025-12-11Drop support for ghc < 9.6.John MacFarlane
Build nightly and release candidates using ghc 9.12.
2025-12-09nightly: build macos on macos-latest (arm64).John MacFarlane
2025-11-24Bump actions/checkout from 5 to 6 (#11302)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27Bump actions/upload-artifact from 4 to 5 (#11248)dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18Bump actions/checkout from 4 to 5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2025-07-06CI: use windows-2022. windows-2019 is no longer provided.John MacFarlane
2025-01-08nightly workflow: use ghc 9.8, cabal 3.14.John MacFarlane
2024-11-07nightly, release-candidate: set GITHUB_PATH to include ghcup bin.John MacFarlane
2024-11-06Nightly/macos: be sure to install cabal as well as ghc.John MacFarlane
2024-11-05Install ghcup on GH macos runners.John MacFarlane
They no longer include it as they did in macos-12.
2024-11-04Use macos-13 runner instead of macos-12 or -15John MacFarlane
(on release_candidate and nightly actions). macos-13 is the oldest supported version. See #10348.
2024-11-03GitHub workflow 'nightly': bump Mac OS version (#10348)Andreas Deininger
2024-06-24Remove pkg-config installation step in nightly workflowTomBen
2024-06-23Update macOS version in GitHub workflows to `macos-12`TomBen
2024-05-27Bump checkout version for nightlies.John MacFarlane
2023-12-18Bump actions/upload-artifact from 3 to 4dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2023-03-22macos nighty build: use ghc 9.4.4.John MacFarlane
2023-03-16CI/Nightly: use ghc 9.4 for windows build.John MacFarlane
2023-03-16nightly: install ghc 9.4.4 for linux.John MacFarlane
Otherwise it will use 9.6.1 which doesn't yet work.
2023-02-18Install pkg-config for macos nightly.John MacFarlane
2022-10-29Nightly: strip executables on windows and macos.John MacFarlane
2022-10-29Use cabal for nightly builds.John MacFarlane
2022-10-29Nightly windows: add stack clean.John MacFarlane
2022-10-29ALlow nightly action to be run manually.John MacFarlane
2022-10-29Nightly windows build: use --local-bin-path to place binary.John MacFarlane
2022-10-02Fix `nightly` flag for macos nightly build.John MacFarlane
2022-10-01Fix nightly Windows build so it uses `nightly` flag.John MacFarlane
2022-09-29cabal.project: move back to using `flags:`.John MacFarlane
If we add the flag to constraints, it can't be overridden on the command line.
2022-09-23Fix stack config, nightly buildAlbert Krewinkel
2022-09-18build(deps): bump actions/upload-artifact from 2 to 3 (#8304)dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08Switch CI to ubuntu-latest.John MacFarlane
2022-07-24CI: update macos container version (#8197)Sukka
2022-04-24nightly: use ghcup instead of haskell/actionsJohn MacFarlane
2022-04-24Bump haskell/actions from 1 to 2 (#8039)dependabot[bot]
Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12Add 'nightly' flag.John MacFarlane
This causes a `-nightly-COMPILEDATE` suffix to be added the the output of `--version`. This is used in the nightly CI builds. Closes #8016.
2022-04-12Revert "Add 'nightly' flag and build with this for nightlies."John MacFarlane
This reverts commit f81f5a20900ca9d8ad9971b6f57c11281ab2b048.
2022-04-12Revert "Nightly builds: ensure that data files are baked in."John MacFarlane
This reverts commit a2818e97eb459cafa22f19a27cf79b1d15b808a4.
2022-04-12Nightly builds: ensure that data files are baked in.John MacFarlane
It seems that stack is replacing ALL flag settings rather than overriding just one with `--flag`? This should address #8016 but we await testing after tonight's nightly is built.
2022-04-11Add 'nightly' flag and build with this for nightlies.John MacFarlane
This flag causes a suffix '-nightly-YYYY-MM-DD' to be added to the version for nightlies. Closes #8016.
2022-04-04Set permissions for GitHub actions (#8005)Naveen
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs Signed-off-by: naveensrinivasan <[email protected]>
2022-03-24Bump actions/checkout from 2 to 3 (#7986)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17Update build files (#7696)Fabián Heredia Montiel
* Drop old windows 32-bit constraints - basement >= 0.0.10 was 0.0.12 on stackage-18.10 - foundation >= 0.0.23 was 0.0.26.1 on stackage-18.10 * Update cabal `tested-with` field to correspond to `ci.yml` matrix * ghc: 8.10.{2,4} → 8.10.7
2021-04-19Fix nightly build.John MacFarlane
2021-03-06Fix linux nightly build to use ghc 8.10.3.John MacFarlane
With 9.0.1 we can't yet build all dependencies.
2020-10-05Run nightly one hour later.John MacFarlane
2020-09-23Revert stack->cabal change in nightly.yml.John MacFarlane
2020-09-22Nightly process improvements.John MacFarlane
- Use cabal for windows. - Use most recent cabal/ghc. - Udd sha1 to executable name.
2020-09-22CI: use checkout@v2, and use haskell-setup to install stack.John MacFarlane