Skip to content

Commit

Permalink
Merge pull request gazebosim#1944 from gazebosim/scpeters/merge_3_6
Browse files Browse the repository at this point in the history
Merge ign-gazebo3 ➡️  ign-gazebo6
  • Loading branch information
scpeters authored Mar 27, 2023
2 parents 55994da + 19c06fa commit caf8128
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Ubuntu Bionic CI
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@bionic
Expand All @@ -19,7 +19,7 @@ jobs:
name: Ubuntu Focal CI
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@focal
Expand All @@ -28,7 +28,7 @@ jobs:
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@jammy
Expand Down
178 changes: 0 additions & 178 deletions COPYING

This file was deleted.

Loading

0 comments on commit caf8128

Please sign in to comment.