瀏覽代碼

ci: fix up unsupported host system version

Joe Chen 4 月之前
父節點
當前提交
0c40e600a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/go.yml

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

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