CI: ubuntu-latest -> ubuntu-20.04 (#799)

This commit is contained in:
Sergey Shorokhov 2022-12-15 16:35:36 +03:00 committed by GitHub
parent ab2bfd4b9d
commit f3fb30fd9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ jobs:
testdemos:
name: 'Test demos'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: s1lentq/testdemos:latest
needs: [windows]
@ -140,7 +140,7 @@ jobs:
linux:
name: 'Linux'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: s1lentq/linux86buildtools:latest
steps:
@ -221,7 +221,7 @@ jobs:
publish:
name: 'Publish'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [windows, testdemos, linux]
steps: