Skip to content

Commit e253604

Browse files
committed
Downgrade version for ubuntu in verifier
1 parent ce74f9e commit e253604

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111
jobs:
1212
build:
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/test-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -59,7 +59,7 @@ jobs:
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}}"
@@ -68,7 +68,7 @@ jobs:
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

.github/workflows/test-verifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111
jobs:
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:

0 commit comments

Comments
 (0)