CI: Build on Ubuntu 18.04 while we are Python 2 compatbile and OS version is not EOL

This commit is contained in:
Kishi85 2021-03-23 09:32:40 +01:00 committed by Markus Hauschild
parent 9953cb4527
commit ce157a5c8a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Build (and release)
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with: