mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
Use ubuntu-latest correkt
This commit is contained in:
parent
a8f3b31f73
commit
f38d5ef578
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ansible-ubuntu-bionic.yml
vendored
2
.github/workflows/ansible-ubuntu-bionic.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-bionic
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
2
.github/workflows/ansible-ubuntu-eoan.yml
vendored
2
.github/workflows/ansible-ubuntu-eoan.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-eoan
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue