upgrade workflows os to ubuntu 22.04 (#52)

This commit is contained in:
Saeed Vaziry 2023-09-17 18:46:34 +02:00 committed by GitHub
parent b990f9ce32
commit 3a2dba4ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
code-style: code-style:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
strategy: strategy:
fail-fast: true fail-fast: true

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
tests: tests:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
services: services:
mysql: mysql: