From f72025d050ca1edbaf375ac8f3523a40e5b12838 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Tue, 4 Nov 2025 13:10:29 -0600 Subject: [PATCH] Update GHA runners to use latest images for basic binaries build Signed-off-by: Austin Vazquez --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dbb1f5401..43fc70b408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2022] + os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest] go-version: ["1.24.9", "1.25.3"] exclude: - os: ${{ github.event.repository.private && 'ubuntu-24.04-arm' || '' }}