Skip to content

Commit 3ea94c8

Browse files
author
Michael Ketchel
committed
Build, pls
1 parent 21ddd34 commit 3ea94c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- rgnets-custom
8+
79
pull_request:
810
branches:
911
- main
@@ -16,7 +18,7 @@ jobs:
1618
strategy:
1719
matrix:
1820
compiler: [gcc, clang, gcc-14]
19-
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]
21+
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, ubuntu-24.04-arm]
2022
exclude:
2123
- os: macos-latest
2224
compiler: gcc

0 commit comments

Comments
 (0)