Skip to content

Commit

Permalink
Merge pull request #1074 from luxonis/workflows/update
Browse files Browse the repository at this point in the history
Remove Ubuntu:18.04 from OS tests
  • Loading branch information
moratom authored Sep 26, 2024
2 parents a1d2c06 + f17cfb4 commit 517b933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
runs-on: ubuntu-latest
strategy:
matrix:
container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:rolling"]
container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "ubuntu:rolling"]
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 517b933

Please sign in to comment.