Skip to content

Commit 680cfd7

Browse files
authored
Temp fix for XDP - run CI on Ubuntu 22.04 instead of ubuntu-latest which is Ubuntu 24.04 (#1686)
1 parent 78b629f commit 680cfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ jobs:
701701
./gradlew assembleDebug
702702
703703
xdp:
704-
runs-on: ubuntu-latest
704+
runs-on: ubuntu-22.04
705705

706706
steps:
707707
- name: Checkout code

0 commit comments

Comments
 (0)