Skip to content

Commit 5aee79e

Browse files
authored
Pin OS versions in CI, instead of using the latest (purescript#4113)
1 parent ee691c2 commit 5aee79e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false # do not cancel builds for other OSes if one fails
2222
matrix:
23-
os: [ "ubuntu-latest", "macOS-latest", "windows-latest" ]
23+
os: [ "ubuntu-18.04", "macOS-10.15", "windows-2016" ]
2424

2525
runs-on: "${{ matrix.os }}"
2626

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Bugfixes:
1414

1515
* Allow fixity, kind, role declarations in REPL (#4046, @rhendric)
1616

17+
* Pin OS versions used in CI (#4107, @f-f)
18+
1719
Internal:
1820

1921
* Fix for Haddock (#4072 by @ncaq and @JordanMartinez)

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ If you would prefer to use different terms, please use the section below instead
5252
| [@felixSchl](https://github.com/felixSchl) | Felix Schlitter | [MIT license](http://opensource.org/licenses/MIT) |
5353
| [@FrigoEU](https://github.com/FrigoEU) | Simon Van Casteren | [MIT license](http://opensource.org/licenses/MIT) |
5454
| [@fsoikin](https://github.com/fsoikin) | Fyodor Soikin | [MIT license](http://opensource.org/licenses/MIT) |
55+
| [@f-f](https://github.com/f-f) | Fabrizio Ferrai | [MIT license](http://opensource.org/licenses/MIT) |
5556
| [@garyb](https://github.com/garyb) | Gary Burgess | [MIT license](http://opensource.org/licenses/MIT) |
5657
| [@hdgarrood](https://github.com/hdgarrood) | Harry Garrood | [MIT license](http://opensource.org/licenses/MIT) |
5758
| [@houli](https://github.com/houli) | Eoin Houlihan | [MIT license](http://opensource.org/licenses/MIT) |

0 commit comments

Comments
 (0)