ci: fix up unsupported host system version

release/0.13 v0.13.1
Joe Chen 2024-12-22 17:54:57 -05:00
parent 080b9a9d03
commit 0c40e600a2
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ jobs:
strategy:
matrix:
go-version: [ 1.23.x ]
platform: [ ubuntu-18.04 ]
platform: [ ubuntu-20.04 ]
runs-on: ${{ matrix.platform }}
steps:
- name: Start MySQL server