Skip to content

Commit 64fd4a9

Browse files
authored
Merge pull request #74 from nim65s/arm
ci: ubuntu/mac x arm/intel
2 parents b265524 + 17722f1 commit 64fd4a9

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/nix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "CI - Nix"
22
on:
33
push:
44
branches:
5+
- devel
56
- master
67
- main
78
pull_request:
@@ -11,10 +12,10 @@ on:
1112
- main
1213
jobs:
1314
nix:
14-
runs-on: "${{ matrix.os }}-latest"
15+
runs-on: "${{ matrix.os }}"
1516
strategy:
1617
matrix:
17-
os: [ubuntu, macos]
18+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15, macos-15-intel]
1819
steps:
1920
- uses: actions/checkout@v5
2021
- uses: cachix/install-nix-action@v31

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ if(BUILD_PYTHON_INTERFACE)
3030
add_python_unit_test("py-test-lqr-sqp" "tests/python/test_lqr_problem.py"
3131
bindings)
3232
# TODO: ActuationModelMultiCopterBase was removed in crocoddyl 3.1.0
33-
# add_python_unit_test("py-test-sqp-no-reg" "tests/python/test_sqp.py" bindings)
33+
# add_python_unit_test("py-test-sqp-no-reg" "tests/python/test_sqp.py"
34+
# bindings)
3435
add_python_unit_test("py-test-sqp-taichi-convergence"
3536
"tests/python/test_sqp_taichi_convergence.py" bindings)
3637
add_python_unit_test("py-test-sqp-ur5-convergence"

0 commit comments

Comments
 (0)