1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-01 08:01:22 +03:00

Update python-app.yml

Change to ubuntu-18.04
This commit is contained in:
Athanasius 2020-07-26 18:57:52 +01:00 committed by GitHub
parent f7968bd0c8
commit 04fa3fae2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: debian-stable
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2