update workflows

This commit is contained in:
nillerusr
2023-04-06 01:27:17 +03:00
parent f1de24b0b2
commit ceda7d8ad0
4 changed files with 12 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
tests-linux-i386:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
@@ -13,7 +13,7 @@ jobs:
scripts/tests-ubuntu-i386.sh
tests-linux-amd64:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2