We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9387d70 commit ad71b78Copy full SHA for ad71b78
1 file changed
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
branches: [ develop, master ]
7
push:
8
- branches: [ develop, winarm64-ci ]
+ branches: [ develop ]
9
paths-ignore:
10
- 'doygen/**'
11
- 'hooks/**'
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- os: [windows-11-arm]
+ os: [windows-11-arm, ubuntu-24.04-arm]
30
config: [
31
{ label: misc, tests: 'test/unit/*_test.cpp test/unit/math/*_test.cpp test/unit/math/memory' },
32
{ label: prim, tests: 'test/unit/math/prim' },
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
group: [1, 2, 3, 4, 5]
82
83
steps:
0 commit comments