Merge pull request #1200 from github/fix-ci

Change CI tests to use `ubuntu-20.04` because `ubuntu-latest` doesn't support MySQL 5.7
This commit is contained in:
dm-2 2022-11-14 15:12:24 +00:00 committed by GitHub
commit 96d708c956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

View File

@ -5,7 +5,7 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
version: [mysql-5.7.25,mysql-8.0.16]