Skip to content

Commit

Permalink
Temp fix for XDP - run CI on Ubuntu 22.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
…which is Ubuntu 24.04 (#1686)
  • Loading branch information
seladb authored Jan 11, 2025
1 parent 78b629f commit 680cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ jobs:
./gradlew assembleDebug
xdp:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down

0 comments on commit 680cfd7

Please sign in to comment.