Skip to content

Commit ba60662

Browse files
committed
Updated Ubuntu arm to 24.04 with arm64 runner
1 parent a92a664 commit ba60662

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/test-docker.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ concurrency:
2929
jobs:
3030
build:
3131

32-
runs-on: ubuntu-latest
32+
runs-on: ${{ matrix.os }}
3333
strategy:
3434
fail-fast: false
3535
matrix:
36+
os: ["ubuntu-latest"]
3637
docker: [
3738
# Run slower jobs first to give them a headstart and reduce waiting time
38-
ubuntu-22.04-jammy-arm64v8,
3939
ubuntu-24.04-noble-ppc64le,
4040
ubuntu-24.04-noble-s390x,
4141
# Then run the remainder
@@ -55,12 +55,13 @@ jobs:
5555
]
5656
dockerTag: [main]
5757
include:
58-
- docker: "ubuntu-22.04-jammy-arm64v8"
59-
qemu-arch: "aarch64"
6058
- docker: "ubuntu-24.04-noble-ppc64le"
6159
qemu-arch: "ppc64le"
6260
- docker: "ubuntu-24.04-noble-s390x"
6361
qemu-arch: "s390x"
62+
- docker: "ubuntu-24.04-noble-arm64v8"
63+
os: "ubuntu-24.04-arm"
64+
dockerTag: main
6465

6566
name: ${{ matrix.docker }}
6667

docs/installation/platform-support.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ These platforms are built and tested for every change.
4444
+----------------------------------+----------------------------+---------------------+
4545
| Ubuntu Linux 22.04 LTS (Jammy) | 3.9, 3.10, 3.11, | x86-64 |
4646
| | 3.12, 3.13, PyPy3 | |
47-
| +----------------------------+---------------------+
48-
| | 3.10 | arm64v8 |
4947
+----------------------------------+----------------------------+---------------------+
50-
| Ubuntu Linux 24.04 LTS (Noble) | 3.12 | x86-64, ppc64le, |
51-
| | | s390x |
48+
| Ubuntu Linux 24.04 LTS (Noble) | 3.12 | x86-64, arm64v8, |
49+
| | | ppc64le, s390x |
5250
+----------------------------------+----------------------------+---------------------+
5351
| Windows Server 2019 | 3.9 | x86 |
5452
+----------------------------------+----------------------------+---------------------+

0 commit comments

Comments
 (0)