Skip to content

Commit

Permalink
btfhub-sync: switch to ubuntu-22.04 explicitly (#32396)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Dec 19, 2024
1 parent 6136d50 commit 7525976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cws-btfhub-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: {}

jobs:
generate:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

combine:
needs: generate
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 7525976

Please sign in to comment.