Skip to content

Commit 5508b6c

Browse files
aks-ljharb
andcommitted
[actions] migrate OSX tests to GHA
Co-authored-by: Ashok Suthar <coderatlabs@gmail.com> Co-authored-by: Jordan Harband <ljharb@gmail.com>
1 parent fa60e3d commit 5508b6c

File tree

3 files changed

+11
-41
lines changed

3 files changed

+11
-41
lines changed

.github/workflows/node-4+.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
latest:
2323
needs: [matrix]
2424
name: 'majors'
25-
runs-on: ubuntu-latest
25+
runs-on: ${{ matrix.os }}
2626

2727
strategy:
2828
fail-fast: false
2929
matrix:
30+
os:
31+
- ubuntu-latest
32+
- macos-latest
3033
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
3134
eslint:
3235
- 8
@@ -38,16 +41,19 @@ jobs:
3841
- 2
3942
include:
4043
- node-version: 'lts/*'
44+
os: ubuntu-latest
4145
eslint: 7
4246
ts-parser: 4
4347
env:
4448
TS_PARSER: 4
4549
- node-version: 'lts/*'
50+
os: ubuntu-latest
4651
eslint: 7
4752
ts-parser: 3
4853
env:
4954
TS_PARSER: 3
5055
- node-version: 'lts/*'
56+
os: ubuntu-latest
5157
eslint: 7
5258
ts-parser: 2
5359
env:

.travis.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1616
- [Refactor] `ExportMap`: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708])
1717
- [Docs] `order`: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot])
1818
- [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#2987], thanks [@joeyguerra])
19+
- [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@aks-])
1920

2021
## [2.29.1] - 2023-12-14
2122

@@ -1458,6 +1459,8 @@ for info on changes for earlier releases.
14581459
[#164]: https://github.com/import-js/eslint-plugin-import/pull/164
14591460
[#157]: https://github.com/import-js/eslint-plugin-import/pull/157
14601461

1462+
[ljharb#37]: https://github.com/ljharb/eslint-plugin-import/pull/37
1463+
14611464
[#2930]: https://github.com/import-js/eslint-plugin-import/issues/2930
14621465
[#2687]: https://github.com/import-js/eslint-plugin-import/issues/2687
14631466
[#2684]: https://github.com/import-js/eslint-plugin-import/issues/2684
@@ -1690,6 +1693,7 @@ for info on changes for earlier releases.
16901693
[@adjerbetian]: https://github.com/adjerbetian
16911694
[@AdriAt360]: https://github.com/AdriAt360
16921695
[@ai]: https://github.com/ai
1696+
[@aks-]: https://github.com/aks-
16931697
[@aladdin-add]: https://github.com/aladdin-add
16941698
[@alex-page]: https://github.com/alex-page
16951699
[@alexgorbatchev]: https://github.com/alexgorbatchev

0 commit comments

Comments
 (0)