Skip to content

Commit 87ed2dd

Browse files
author
Shota Aoki
authored
Ubuntu 20.04と22.04をサポートするようにCIとドキュメント変更 (#31)
* bump up checkout version. Test on ubuntu 20.04 and 22.04 * Suppor ubuntu 20.04, 22.04 only
1 parent 153cde3 commit 87ed2dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
with:
2323
python-version: '3.8'
2424
- run: pip install cpplint
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- run: .tools/cpplint.bash
2727

2828
build_and_test:
2929
needs: lint
3030
strategy:
3131
fail-fast: false # 他のjobが失敗してもキャンセルしない
3232
matrix:
33-
os: [ubuntu-18.04, ubuntu-20.04]
33+
os: [ubuntu-20.04, ubuntu-22.04]
3434
runs-on: ${{ matrix.os}}
3535
steps:
3636
- name: Install Dynamixel SDK
@@ -51,7 +51,7 @@ jobs:
5151
sudo make install
5252
- name: Install dependencies
5353
run: sudo apt install libyaml-cpp-dev libeigen3-dev
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- name: Build and insall library
5656
run: ./rt_manipulators_lib/build_install_library.bash
5757
- name: Build Samples

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
- [yaml-cpp (>= 0.5.0)](https://github.com/jbeder/yaml-cpp)
2222
- Eigen (>= 3.3.4)
2323
- Linux OS
24-
- Ubuntu 18.04
2524
- Ubuntu 20.04
25+
- Ubuntu 22.04
2626
- ロボット
2727
- [CRANE-X7](https://rt-net.jp/products/crane-x7/)
2828
- [Sciurus17](https://rt-net.jp/products/sciurus17/)

0 commit comments

Comments
 (0)