From 3354ffb5a89a8679227abb892b4eaab5350678e2 Mon Sep 17 00:00:00 2001 From: Andrew Z Allen Date: Wed, 21 Jun 2023 00:18:41 -0600 Subject: [PATCH] Run on `ubuntu-latest` --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e9e267e8..6edb1027 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,21 +13,21 @@ jobs: include: - name: linux_amd64 artifact: ibazel_linux_amd64 - os: ubuntu-18.04 + os: ubuntu-latest build_flags: --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 cpu_flag: ext: "" - name: linux_arm64 artifact: ibazel_linux_arm64 - os: ubuntu-18.04 + os: ubuntu-latest build_flags: --platforms=@io_bazel_rules_go//go/toolchain:linux_arm64 cpu_flag: ext: "" - name: windows_amd64 artifact: ibazel_windows_amd64.exe - os: ubuntu-18.04 + os: ubuntu-latest build_flags: --platforms=@io_bazel_rules_go//go/toolchain:windows_amd64 cpu_flag: ext: ".exe"