mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
ci: use ubuntu-latest for stale job
Currently, we use the Ubuntu 18.04 actions runner for stale job. This runner will be deprecated and removed in the beginning of Dec. So should change the runner to use latest ubuntu. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
dde21543bd
commit
842279b811
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
permissions:
|
||||
issues: write # for actions/stale to close stale issues
|
||||
pull-requests: write # for actions/stale to close stale PRs
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'ceph/ceph-csi'
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
|
Loading…
Reference in New Issue
Block a user