Skip to content

Commit d7577e3

Browse files
1 parent 9dc5ca5 commit d7577e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h2 id="supported-configurations">Supported Configurations</h2>
257257
<tr>
258258
<td>Ubuntu 24.04 LTS (Noble Numbat)</td>
259259
<td>GCC 13</td>
260-
<td>C++20</td>
260+
<td>C++23</td>
261261
</tr>
262262
<tr>
263263
<td>macOS Sonoma (14)</td>

issues.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h1 id="component">Component</h1>
253253
<tr>
254254
<td><code>geometry proximity</code></td>
255255
<td>Contact, distance, signed distance queries and related properties.</td>
256-
<td>DamrongGuoy</td>
256+
<td>SeanCurtis-TRI</td>
257257
<td><small>
258258
(portions of) geometry<br />
259259
geometry/proximity
@@ -340,7 +340,7 @@ <h1 id="component">Component</h1>
340340
<tr>
341341
<td><code>pydrake</code></td>
342342
<td>Python API and its supporting Starlark macros.</td>
343-
<td>EricCousineau-TRI</td>
343+
<td>rpoyner-tri</td>
344344
<td><small>
345345
bindings/pydrake<br />
346346
RobotLocomotion/pybind11

jenkins.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,12 @@ <h2 id="jenkins">Jenkins</h2>
401401
comment on an open pull request using the following command:</p>
402402

403403
<ul>
404-
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot linux-jammy-unprovisioned-external-examples please</code></li>
404+
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot linux-noble-unprovisioned-external-examples please</code></li>
405405
</ul>
406406

407407
<p>or follow the <a href="#scheduling-builds-via-the-jenkins-user-interface">instructions above</a>
408408
to schedule a build of the
409-
<a href="https://drake-jenkins.csail.mit.edu/view/Linux%20Jammy%20Unprovisioned/job/linux-jammy-unprovisioned-external-examples/">external examples job</a>.
409+
<a href="https://drake-jenkins.csail.mit.edu/view/External%20Examples/job/linux-noble-unprovisioned-external-examples/">external examples job</a>.
410410
Note that instead of providing a parameter for the branch of
411411
<code class="language-plaintext highlighter-rouge">RobotLocomotion/drake-ci</code>, this job instead provides one for
412412
drake-external-examples, which should be used if you need to test your Drake

0 commit comments

Comments
 (0)