Parcourir la source

ci: fix up unsupported host system version

Joe Chen il y a 5 mois
Parent
commit
0c40e600a2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -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