Pin ubuntu version

This commit is contained in:
Xiphoseer
2022-01-05 14:23:28 +01:00
parent 5e7566c89a
commit b21a88d1b0
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2022, ubuntu-latest ]
os: [ windows-2022, ubuntu-20.04 ]
steps:
- uses: actions/checkout@v2