Skip to content

Commit

Permalink
Remove Ubuntu 18.04 from apt repository (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Sep 20, 2024
1 parent f0da6f9 commit bd87df1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/clean-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
}
}
}
owner: ${{ inputs.owner }}
name: ${{ inputs.repo }}
pr: ${{ inputs.pr }}
variables: |
owner: ${{ inputs.owner }}
name: ${{ inputs.repo }}
pr: ${{ inputs.pr }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
fail-fast: false
matrix:
ubuntu_codename:
- bionic # 18.04
- focal # 20.04
- jammy # 22.04
- mantic # 23.10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/pr-security-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
}
}
}
owner: ${{ github.event.repository.owner.login }}
name: ${{ github.event.repository.name }}
pr: ${{ github.event.pull_request.number }}
variables: |
owner: ${{ github.event.repository.owner.login }}
name: ${{ github.event.repository.name }}
pr: ${{ github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bd87df1

Please sign in to comment.