Skip to content

Commit

Permalink
Drop Ubuntu end-of-life Ubuntu 22.10 from test matrix
Browse files Browse the repository at this point in the history
The Ubuntu 22.10 CI jobs started failing on `apt` steps. The likely
explanation is that this is due to Ubuntu 22.10 being end-of-life since
July 2023.

The most reasonably solution seems to be to decide that we don't test
with end-of-life non-LTS Ubuntu versions. This commit executes on that.
  • Loading branch information
eskaur committed Sep 15, 2023
1 parent 797f159 commit 6e1d4bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,13 @@ jobs:
runs-on: ubuntu-latest
# Build & test job should be run on:
# - All Ubuntu versions officially supported by Zivid SDK
# - All Ubuntu versions newer than the latest LTS
# - All (not end-of-life) Ubuntu versions newer than the latest LTS
# - The three latest Fedora releases that we can support
strategy:
matrix:
os:
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:22.10
- ubuntu:23.04
- fedora:35
- fedora:36
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Please visit [Zivid Knowledge Base][zivid-knowledge-base-url] for general inform
| Operating System | Python version |
| :--------------- | :------------------------ |
| Ubuntu 23.04 | 3.11 |
| Ubuntu 22.10 | 3.10 |
| Ubuntu 22.04 | 3.10 |
| Ubuntu 20.04 | 3.8 |
| Fedora 37 | 3.11 |
Expand Down

This file was deleted.

0 comments on commit 6e1d4bc

Please sign in to comment.