Skip to content

Commit

Permalink
Downgrade version for ubuntu in verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hp77-creator committed Aug 24, 2024
1 parent ce74f9e commit e253604
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- true
- false
container:
- image: ubuntu-2404
- image: ubuntu-2204
name: ubuntu
- image: fedora-39
name: fedora
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
container:
image: "hp77creator/bpftime-base-image:${{matrix.container.image}}"
options: --privileged
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
path: |
~/.bpftime
build-and-test:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
needs: [build-runtime]
container:
image: "hp77creator/bpftime-base-image:${{matrix.container.image}}"
Expand All @@ -68,7 +68,7 @@ jobs:
fail-fast: true
matrix:
container:
- image: ubuntu-2404
- image: ubuntu-2204
name: ubuntu
- image: fedora-39
name: fedora
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
build-and-run-verifier-test-target:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e253604

Please sign in to comment.