From 0ab8d7cf3213b6fc7019ce9ad78e4fceca4ff9c3 Mon Sep 17 00:00:00 2001 From: zxdstyle Date: Sun, 29 Sep 2024 13:12:49 +0800 Subject: [PATCH] init --- .github/workflows/release_binary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_binary.yaml b/.github/workflows/release_binary.yaml index 665a4d1..26547ee 100644 --- a/.github/workflows/release_binary.yaml +++ b/.github/workflows/release_binary.yaml @@ -17,7 +17,7 @@ jobs: CGO_CFLAGS_ALLOW: -Xpreprocessor strategy: matrix: - os: [ubuntu-18.04, macOS-10.15] + os: [ubuntu-latest, macOS-10.15] steps: - name: Set up Go