Skip to content

Commit

Permalink
Run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
achew22 authored Jun 21, 2023
1 parent 2e4733d commit 3354ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3354ffb

Please sign in to comment.