Skip to content

Commit

Permalink
ci: switch to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx committed Oct 1, 2024
1 parent 92cb24b commit 35d6d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
allow-failure: ['false']
include:
# Linux root tests
- os: ubuntu-latest
- os: ubuntu-24.04
python: "3.12"
mode: root
flags: " -K scanner"
Expand All @@ -95,7 +95,7 @@ jobs:
mode: root
flags: " -K scanner"
# Libpcap test
- os: ubuntu-latest
- os: ubuntu-24.04
python: "3.12"
mode: root
installmode: 'libpcap'
Expand Down

0 comments on commit 35d6d65

Please sign in to comment.