Skip to content

Commit

Permalink
[CI] rm ubuntu 18.04 from os matrix for CI - no longer supported by g…
Browse files Browse the repository at this point in the history
…ithub actions
  • Loading branch information
hollydinkel committed Nov 18, 2023
1 parent ce196f9 commit 5e1b574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
max-parallel: 5
matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]

runs-on: ${{matrix.os}}

steps:
- name: Checkout TrackDLO repository
uses: actions/checkout@v3
- name: Build, test, push base docker (Ubuntu 20.04)
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..

0 comments on commit 5e1b574

Please sign in to comment.