Skip to content

Commit 9d59bff

Browse files
committed
Add MacOS arm64 column
1 parent b669c68 commit 9d59bff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
'Linux (clang, debian:stable)',
137137
'Linux (clang, debian:testing)',
138138
'MacOS (macOS-13)',
139+
'MacOS (macOS-14)',
139140
'Windows (check)',
140141
'Windows (installer)'
141142
];
@@ -269,7 +270,8 @@ <h1>R SVN build status</h1>
269270
<tr>
270271
<th colspan="4">Commit</th>
271272
<th colspan="2">GCC</th>
272-
<th colspan="3">Clang</th>
273+
<th colspan="2">Clang</th>
274+
<th colspan="2">MacOS</th>
273275
<th colspan="3">Windows (mingw-w64)</th>
274276
</tr>
275277
<tr>
@@ -281,7 +283,8 @@ <h1>R SVN build status</h1>
281283
<th> testing </th>
282284
<th> stable </th>
283285
<th> testing </th>
284-
<th> MacOS </th>
286+
<th> intel </th>
287+
<th> arm64 </th>
285288
<th> check </th>
286289
<th> installer </th>
287290
<th> CI </th>

0 commit comments

Comments
 (0)