Skip to content

Commit

Permalink
Remove all platforms except for Debian Buster from the test matrix
Browse files Browse the repository at this point in the history
ncats-webd is still Python 2 and with distributions ending support
for Python 2 we can only support a limited number of platforms.
  • Loading branch information
jsf9k committed Jun 15, 2024
1 parent 2699354 commit 60c1136
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,20 @@ jobs:
- amd64
- arm64
platform:
- amazonlinux2023-systemd
# ncats-webd is still Python 2 and with distributions ending
# support for Python 2 we can only support a limited number
# of platforms.
# - amazonlinux2023-systemd
- debian10-systemd
- debian11-systemd
- debian12-systemd
- debian13-systemd
- fedora39-systemd
- fedora40-systemd
- kali-systemd
- ubuntu-20-systemd
- ubuntu-22-systemd
- ubuntu-24-systemd
# - debian11-systemd
# - debian12-systemd
# - debian13-systemd
# - fedora39-systemd
# - fedora40-systemd
# - kali-systemd
# - ubuntu-20-systemd
# - ubuntu-22-systemd
# - ubuntu-24-systemd
scenario:
- default
steps:
Expand Down

0 comments on commit 60c1136

Please sign in to comment.