File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010 cancel-in-progress : true
1111jobs :
1212 build :
13- runs-on : ubuntu-24 .04
13+ runs-on : ubuntu-22 .04
1414
1515 steps :
1616 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 - true
1717 - false
1818 container :
19- - image : ubuntu-2404
19+ - image : ubuntu-2204
2020 name : ubuntu
2121 - image : fedora-39
2222 name : fedora
23- runs-on : ubuntu-24 .04
23+ runs-on : ubuntu-22 .04
2424 container :
2525 image : " hp77creator/bpftime-base-image:${{matrix.container.image}}"
2626 options : --privileged
5959 path : |
6060 ~/.bpftime
6161 build-and-test :
62- runs-on : ubuntu-24 .04
62+ runs-on : ubuntu-22 .04
6363 needs : [build-runtime]
6464 container :
6565 image : " hp77creator/bpftime-base-image:${{matrix.container.image}}"
6868 fail-fast : true
6969 matrix :
7070 container :
71- - image : ubuntu-2404
71+ - image : ubuntu-2204
7272 name : ubuntu
7373 - image : fedora-39
7474 name : fedora
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010 cancel-in-progress : true
1111jobs :
1212 build-and-run-verifier-test-target :
13- runs-on : ubuntu-24 .04
13+ runs-on : ubuntu-22 .04
1414 steps :
1515 - uses : actions/checkout@v2
1616 with :
You can’t perform that action at this time.
0 commit comments