Skip to content

Commit 9292c2b

Browse files
authored
Fortress: disable Ubuntu Focal CI (#168)
Removed Bionic and Focal CI jobs from workflow. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 5a7b49f commit 9292c2b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,6 @@ on:
99
- 'main'
1010

1111
jobs:
12-
bionic-ci:
13-
runs-on: ubuntu-latest
14-
name: Ubuntu Bionic CI
15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
- name: Compile and test
19-
id: ci
20-
uses: ignition-tooling/action-ignition-ci@bionic
21-
focal-ci:
22-
runs-on: ubuntu-latest
23-
name: Ubuntu Focal CI
24-
steps:
25-
- name: Checkout
26-
uses: actions/checkout@v4
27-
- name: Compile and test
28-
id: ci
29-
uses: ignition-tooling/action-ignition-ci@focal
3012
jammy-ci:
3113
runs-on: ubuntu-latest
3214
name: Ubuntu Jammy CI

0 commit comments

Comments
 (0)