Skip to content

Commit

Permalink
Removed Debian 11 and Ubuntu 20.04 from supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Aug 23, 2024
1 parent 74b3188 commit 32ed0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
distro: ["debian-11", "debian-12", "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
distro: ["debian-12", "ubuntu-22.04", "ubuntu-24.04"]
buildType: ["Release"]
steps:
- name: Git clone
Expand Down

0 comments on commit 32ed0dd

Please sign in to comment.