Skip to content

Commit ad71b78

Browse files
committed
Remove testing code
1 parent 9387d70 commit ad71b78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 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, winarm64-ci ]
8+
branches: [ develop ]
99
paths-ignore:
1010
- 'doygen/**'
1111
- 'hooks/**'
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [windows-11-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' },
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
os: [windows-11-arm]
80+
os: [windows-11-arm, ubuntu-24.04-arm]
8181
group: [1, 2, 3, 4, 5]
8282

8383
steps:

0 commit comments

Comments
 (0)