Skip to content

Commit 37be657

Browse files
authored
build-html runs-on: [self-hosted, Linux, ARM64]
1 parent 8067896 commit 37be657

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/doc.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ permissions:
2525

2626
jobs:
2727
build-html:
28-
runs-on: [self-hosted, Linux, X64]
28+
runs-on: [self-hosted, Linux, ARM64]
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: actions/setup-python@v5
32-
with:
33-
python-version: '3.8'
31+
# TODO: This fails on Linux Arm64
32+
# - uses: actions/setup-python@v5
33+
# with:
34+
# python-version: '3.8'
3435
- name: Install LaTeX packages
3536
run: |
3637
sudo apt-get update -y

0 commit comments

Comments
 (0)