From cb98b928fb27c0aeb064ca34777b413767bda782 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Mon, 14 Jun 2021 22:00:08 +0300 Subject: [PATCH 1/2] Pin CI OS versions, instead of using the latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78e0047d3f..8b822b5c69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false # do not cancel builds for other OSes if one fails matrix: - os: [ "ubuntu-latest", "macOS-latest", "windows-latest" ] + os: [ "ubuntu-18.04", "macOS-10.15", "windows-2016" ] runs-on: "${{ matrix.os }}" From e57682c34e0796b7cd40d08d50611455f5d9142a Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Sat, 19 Jun 2021 23:28:30 +0300 Subject: [PATCH 2/2] Fix changelog and contributors file --- CHANGELOG.md | 2 ++ CONTRIBUTORS.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fecde031cb..8414db8a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Bugfixes: * Allow fixity, kind, role declarations in REPL (#4046, @rhendric) +* Pin OS versions used in CI (#4107, @f-f) + Internal: * Fix for Haddock (#4072 by @ncaq and @JordanMartinez) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2eaf3a639d..1dd3ff21f9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -52,6 +52,7 @@ If you would prefer to use different terms, please use the section below instead | [@felixSchl](https://github.com/felixSchl) | Felix Schlitter | [MIT license](http://opensource.org/licenses/MIT) | | [@FrigoEU](https://github.com/FrigoEU) | Simon Van Casteren | [MIT license](http://opensource.org/licenses/MIT) | | [@fsoikin](https://github.com/fsoikin) | Fyodor Soikin | [MIT license](http://opensource.org/licenses/MIT) | +| [@f-f](https://github.com/f-f) | Fabrizio Ferrai | [MIT license](http://opensource.org/licenses/MIT) | | [@garyb](https://github.com/garyb) | Gary Burgess | [MIT license](http://opensource.org/licenses/MIT) | | [@hdgarrood](https://github.com/hdgarrood) | Harry Garrood | [MIT license](http://opensource.org/licenses/MIT) | | [@houli](https://github.com/houli) | Eoin Houlihan | [MIT license](http://opensource.org/licenses/MIT) |