From 551faaaec2d1a41cae05ef88e78b4e899addc62a Mon Sep 17 00:00:00 2001 From: Ionizing <17506747+Ionizing@users.noreply.github.com> Date: Wed, 31 May 2023 16:04:12 +0800 Subject: [PATCH] Update release-binaries.yml --- .github/workflows/release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 784730b..0096f03 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -39,7 +39,7 @@ jobs: asset_content_type: application/zip linux-x86_64: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest container: centos:7 steps: - uses: actions/checkout@v1