1717 strategy :
1818 fail-fast : false
1919 matrix :
20- os : [ubuntu-latest, windows-latest, macos-latest]
20+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
2121 node-version : [18, 20, 22]
2222 steps :
2323 - uses : actions/checkout@v4
5656 strategy :
5757 fail-fast : false
5858 matrix :
59- os : [ubuntu-latest, windows-latest, macos-latest]
59+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
6060 node-version :
6161 [
6262 ' 20-v8-canary' ,
8181 strategy :
8282 fail-fast : false
8383 matrix :
84- os : [ubuntu-latest, windows-latest, macos-latest]
84+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
8585 node-version :
8686 [20.11.0-nightly202312211a0be537da, 21-nightly, 18.0.0-nightly]
8787 steps :
@@ -102,7 +102,7 @@ jobs:
102102 strategy :
103103 fail-fast : false
104104 matrix :
105- os : [ubuntu-latest, windows-latest, macos-latest]
105+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
106106 node-version : [20.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0]
107107 steps :
108108 - uses : actions/checkout@v4
@@ -122,7 +122,7 @@ jobs:
122122 strategy :
123123 fail-fast : false
124124 matrix :
125- os : [ubuntu-latest, windows-latest, macos-latest]
125+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
126126 node-version : [18.20.0, 20.10.0, 22.0.0]
127127 steps :
128128 - uses : actions/checkout@v4
@@ -139,7 +139,7 @@ jobs:
139139 strategy :
140140 fail-fast : false
141141 matrix :
142- os : [ubuntu-latest, windows-latest, macos-latest]
142+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
143143 node-version : [18, 20, 22]
144144 steps :
145145 - uses : actions/checkout@v4
@@ -157,7 +157,7 @@ jobs:
157157 strategy :
158158 fail-fast : false
159159 matrix :
160- os : [ubuntu-latest, windows-latest, macos-latest]
160+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
161161 node-version-file :
162162 [.nvmrc, .tool-versions, .tool-versions-node, package.json]
163163 steps :
@@ -174,7 +174,7 @@ jobs:
174174 strategy :
175175 fail-fast : false
176176 matrix :
177- os : [ubuntu-latest, windows-latest, macos-latest]
177+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
178178 steps :
179179 - uses : actions/checkout@v4
180180 - name : Setup node from node version file
@@ -189,7 +189,7 @@ jobs:
189189 strategy :
190190 fail-fast : false
191191 matrix :
192- os : [ubuntu-latest, windows-latest, macos-latest]
192+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
193193 steps :
194194 - uses : actions/checkout@v4
195195 - name : Setup node from node version file
@@ -204,7 +204,7 @@ jobs:
204204 strategy :
205205 fail-fast : false
206206 matrix :
207- os : [ubuntu-latest, windows-latest, macos-latest]
207+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
208208 node-version : [17, 19]
209209 steps :
210210 - uses : actions/checkout@v4
@@ -251,7 +251,7 @@ jobs:
251251 strategy :
252252 fail-fast : false
253253 matrix :
254- os : [ubuntu-latest, windows-latest, macos-latest]
254+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
255255 node-version : [current, latest, node]
256256 steps :
257257 - name : Get node version
0 commit comments