Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 91ebea1

Browse files
authored
Sphinx runs on ubuntu 24.04 arm (#12530)
* Speed up our Sphinx GitHub Action with ARM # `runs-on: ubuntu-24.04-arm` https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources * updating DIRECTORY.md --------- Co-authored-by: cclauss <cclauss@users.noreply.github.com>
1 parent 533767f commit 91ebea1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
build_docs:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04-arm
2727
steps:
2828
- uses: actions/checkout@v4
2929
- uses: astral-sh/setup-uv@v5

‎DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@
377377
* [Longest Common Subsequence](dynamic_programming/longest_common_subsequence.py)
378378
* [Longest Common Substring](dynamic_programming/longest_common_substring.py)
379379
* [Longest Increasing Subsequence](dynamic_programming/longest_increasing_subsequence.py)
380+
* [Longest Increasing Subsequence Iterative](dynamic_programming/longest_increasing_subsequence_iterative.py)
380381
* [Longest Increasing Subsequence O Nlogn](dynamic_programming/longest_increasing_subsequence_o_nlogn.py)
381382
* [Longest Palindromic Subsequence](dynamic_programming/longest_palindromic_subsequence.py)
382383
* [Matrix Chain Multiplication](dynamic_programming/matrix_chain_multiplication.py)
@@ -462,6 +463,7 @@
462463

463464
## Graphics
464465
* [Bezier Curve](graphics/bezier_curve.py)
466+
* [Butterfly Pattern](graphics/butterfly_pattern.py)
465467
* [Digital Differential Analyzer Line](graphics/digital_differential_analyzer_line.py)
466468
* [Vector3 For 2D Rendering](graphics/vector3_for_2d_rendering.py)
467469

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /