mirror of
https://github.com/containerd/containerd.git
synced 2026-08-12 22:16:27 +00:00
Update GHA runners to use latest images for basic binaries build
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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' || '' }}
|
||||
|
||||
Reference in New Issue
Block a user