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 (seladb#1686)
  • Loading branch information
seladb authored and cla7aye15I4nd committed Jan 21, 2025
1 parent 611a659 commit 94ac67c
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 94ac67c

Please sign in to comment.