1
0
Fork 0
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:
L3D 2020-02-24 18:59:53 +01:00
parent a8f3b31f73
commit f38d5ef578
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View file

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-eoan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2