From e452b4f63f9c52469cf1e25fbab3053d5e80173b Mon Sep 17 00:00:00 2001 From: syntrust Date: Fri, 19 Apr 2024 18:29:45 +0800 Subject: [PATCH] back to latest because ubuntu20 seems working after c libs installed --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7c44538..a5b568b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: BUILD_DIR: es-node.${{ github.ref_name }} BIN_DIR: es-node.${{ github.ref_name }}/build/bin