Skip to content

Commit 3fb7cee

Browse files
committed
ci: Update runner images
1 parent cdd598d commit 3fb7cee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
- os-alias: ubuntu
3131
os: ubuntu-24.04
3232
- os-alias: macos
33-
os: macos-14
33+
os: macos-15
3434
- os-alias: windows
35-
os: windows-2022
35+
os: windows-2025
3636
- go-version-alias: minimum
3737
go-version: "1.22"
3838
- go-version-alias: stable
3939
go-version: "stable"
4040
steps:
4141
- name: Set Git to use LF
42-
if: matrix.os == 'windows-2022'
42+
if: matrix.os == 'windows-2025'
4343
run: |
4444
git config --global core.autocrlf false
4545
git config --global core.eol lf

0 commit comments

Comments
 (0)