From 07b24fe3b1ae2f713a48fd623d1d770965d882b2 Mon Sep 17 00:00:00 2001 From: Steven Tang Date: Sun, 9 Jul 2023 13:42:49 +1000 Subject: [PATCH] ci: update to ubuntu-latest --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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