Skip to content

Commit 5d39364

Browse files
authored
Merge pull request #1137 from n-kawauchi/github_actions
Github Actionsでのサポート対象OS整理
2 parents 7186ae0 + d470f83 commit 5d39364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openrtm_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
os: [ubuntu_1804, ubuntu_2004, debian_10, code_analysis]
12+
os: [ubuntu_2004, ubuntu_2204, code_analysis]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Build OpenRTM

0 commit comments

Comments
 (0)