From 855d432978d5f415c2bf367f6482cd0b23cc7ed2 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 29 Sep 2024 02:19:59 +0200 Subject: [PATCH] Renamed arm64 to aarch64. --- .github/workflows/Parameters.yml | 4 ++-- doc/requirements.txt | 4 ++-- tests/python_jobs.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index dd2f549..c7d313f 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -75,7 +75,7 @@ on: default: 'macos-latest-large' type: string macos_arm_image: - description: 'The used GitHub Action image for macOS (ARM arm64) based jobs.' + description: 'The used GitHub Action image for macOS (ARM aarch64) based jobs.' required: false default: 'macos-latest' type: string @@ -181,7 +181,7 @@ jobs: "ubuntu": { "icon": "🐧", "runs-on": "${{ inputs.ubuntu_image }}", "shell": "bash", "name": "Linux (x86-64)" }, "windows": { "icon": "🪟", "runs-on": "${{ inputs.windows_image }}", "shell": "pwsh", "name": "Windows (x86-64)" }, "macos": { "icon": "🍎", "runs-on": "${{ inputs.macos_intel_image }}", "shell": "bash", "name": "macOS (x86-64)" }, - "macos-arm": { "icon": "🍏", "runs-on": "${{ inputs.macos_arm_image }}", "shell": "bash", "name": "macOS (arm64)" }, + "macos-arm": { "icon": "🍏", "runs-on": "${{ inputs.macos_arm_image }}", "shell": "bash", "name": "macOS (aarch64)" }, }, # Runtimes provided by MSYS2 "runtime": { diff --git a/doc/requirements.txt b/doc/requirements.txt index ff21b75..3bc82d1 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -14,7 +14,7 @@ sphinxcontrib-mermaid>=0.9.2 #sphinxcontrib-textstyle>=0.2.1 #sphinxcontrib-spelling>=2.2.0 autoapi >= 2.0.1 -sphinx_fontawesome >= 0.0.6 -sphinx-inline-tabs >= 2023.4.21 +sphinx_design >= 0.5.0 +sphinx-copybutton >= 0.5.2 sphinx_autodoc_typehints ~= 2.3 # changelog>=0.3.5 diff --git a/tests/python_jobs.py b/tests/python_jobs.py index 58ec322..c9d90b7 100644 --- a/tests/python_jobs.py +++ b/tests/python_jobs.py @@ -71,7 +71,7 @@ data = { "ubuntu": {"icon": "🐧", "runs-on": "ubuntu-24.04", "shell": "bash", "name": "Linux (x86-64)"}, "windows": {"icon": "🪟", "runs-on": "windows-latest", "shell": "pwsh", "name": "Windows (x86-64)"}, "macos": {"icon": "🍎", "runs-on": "macos-latest-large", "shell": "bash", "name": "macOS (x86-64)"}, - "macos-arm": {"icon": "🍏", "runs-on": "macos-latest", "shell": "bash", "name": "macOS (arm64)"}, + "macos-arm": {"icon": "🍏", "runs-on": "macos-latest", "shell": "bash", "name": "macOS (aarch64)"}, }, # Runtimes provided by MSYS2 "runtime": {