diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14cc702..fca641b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ jobs: fail-fast: false matrix: include: - - platform: ubuntu-18.04 + - platform: ubuntu-latest GOOS: linux GOARCH: amd64 - - platform: ubuntu-18.04 + - platform: ubuntu-latest GOOS: linux GOARCH: arm64 - platform: windows-latest