Skip to content

Commit 695cb3d

Browse files
committed
chore: cleanup matrices
1 parent 8c72757 commit 695cb3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019]
18+
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019]
1919
node: [12, 13, 14, 15, 16, 17, 19]
2020
steps:
2121
- name: Checkout repository
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
46+
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2022]
4747
node: [18, 20, 21, 22]
4848
steps:
4949
- name: Checkout repository

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019]
12+
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019]
1313
node: [12, 13, 14, 15, 16, 17, 19]
1414
steps:
1515
- name: Checkout repository
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
47+
os: [macos-13, ubuntu-20.04, ubuntu-22.04, windows-2022]
4848
node: [18, 20, 21, 22]
4949
steps:
5050
- name: Checkout repository

0 commit comments

Comments
 (0)