8000 fix: update github actions runner images · shirou/gopsutil@c43a933 · GitHub
[go: up one dir, main page]

Skip to content

Commit c43a933

Browse files
committed
fix: update github actions runner images
1 parent f9f5620 commit c43a933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
go-version: ${{fromJson(needs.go-versions.outputs.versions)}}
32-
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-24.04, windows-2022, windows-2019, macos-13, macos-14, macos-15]
32+
os: [ubuntu-22.04, ubuntu-24.04, windows-2019, windows-2022, windows-2025, macos-13, macos-14, macos-15]
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- name: Checkout code

0 commit comments

Comments
 (0)
0