Skip to content

Commit de4221c

Browse files
committed
Update GHA runners to use latest images for basic binaries build
Signed-off-by: Austin Vazquez <[email protected]> (cherry picked from commit f72025d) Signed-off-by: Austin Vazquez <[email protected]>
1 parent 559240f commit de4221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
strategy:
192192
matrix:
193-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2022]
193+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
194194
go-version: ["1.23.12", "1.24.9", "1.25.3"]
195195
exclude:
196196
- os: ${{ github.event.repository.private && 'ubuntu-24.04-arm' || '' }}

0 commit comments

Comments
 (0)