Switch to ubuntu-latest VM

This commit is contained in:
badaix 2021-05-18 09:34:06 +02:00
parent 142ab7a0e9
commit dc5c48c53f

View file

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