Skip to content

Commit

Permalink
CI: ubuntu-latest -> ubuntu-20.04 (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov authored Dec 15, 2022
1 parent ab2bfd4 commit f3fb30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

testdemos:
name: 'Test demos'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: s1lentq/testdemos:latest
needs: [windows]

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
linux:
name: 'Linux'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: s1lentq/linux86buildtools:latest

steps:
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
publish:
name: 'Publish'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [windows, testdemos, linux]

steps:
Expand Down

0 comments on commit f3fb30f

Please sign in to comment.