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