Skip to content

Commit 1e692ec

Browse files
committed
Build on arm
Signed-off-by: Konstantinos Samaras-Tsakiris <ksamtsak@gmail.com>
1 parent e3415c7 commit 1e692ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
fail-fast: False
8484
matrix:
85-
os: [ ubuntu-latest, macos-latest, macos-14 ]
85+
os: [ ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-14 ]
8686
steps:
8787
- name: Checkout repository
8888
uses: actions/checkout@v4
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ${{ matrix.os }}
121121
strategy:
122122
matrix:
123-
os: [ windows-latest, ubuntu-latest, macos-latest, macos-14 ]
123+
os: [ windows-latest, ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-14 ]
124124
python-version: ${{ fromJSON(needs.setup.outputs.python-versions) }}
125125

126126
steps:

0 commit comments

Comments
 (0)