Skip to content

Commit 11d1d5e

Browse files
committed
Windows ARM in CI
1 parent 50f1313 commit 11d1d5e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches: [ develop, master ]
77
push:
8-
branches: [ develop ]
8+
branches: [ develop, winarm ]
99
paths-ignore:
1010
- 'doygen/**'
1111
- 'hooks/**'
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [windows-latest, ubuntu-24.04-arm]
29+
os: [windows-11-arm, ubuntu-24.04-arm]
3030
config: [
3131
{ label: misc, tests: 'test/unit/*_test.cpp test/unit/math/*_test.cpp test/unit/math/memory' },
3232
{ label: prim, tests: 'test/unit/math/prim' },
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Set path for Rtools45
5151
if: runner.os == 'Windows'
52-
run: echo "C:/rtools45/usr/bin;C:/rtools45/x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
52+
run: echo "C:/rtools45-aarch64/usr/bin;C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
5353

5454
- name: Build Math libs
5555
shell: pwsh
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
os: [windows-latest, ubuntu-24.04-arm]
83+
os: [windows-11-arm, ubuntu-24.04-arm]
8484
group: [1, 2, 3, 4, 5]
8585

8686
steps:
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Set path for Rtools45
9999
if: runner.os == 'Windows'
100-
run: echo "C:/rtools45/usr/bin;C:/rtools45/x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
100+
run: echo "C:/rtools45-aarch64/usr/bin;C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
101101

102102
- name: Build Math libs
103103
shell: pwsh

0 commit comments

Comments
 (0)