1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

.github/workflows: Bump us up to Ubuntu 22.04, as 18.04 is deprecated

This commit is contained in:
Athanasius 2022-09-05 13:10:03 +01:00
parent ca6a0355d2
commit e2813c0ff9
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ on:
jobs:
flake8:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:

View File

@ -14,7 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3