Skip to content

Commit

Permalink
Merge pull request #26 from mackerelio/add-windows2025-ci
Browse files Browse the repository at this point in the history
Support Windows Server 2025
  • Loading branch information
appare45 authored Jan 23, 2025
2 parents 4d4598a + ab54ff5 commit 675801a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
os-versions:
description: 'Stringfied JSON object listing GitHub-hosted runnners'
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
default: '["ubuntu-22.04", "windows-2022", "macos-14", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
required: false
type: string
skip-cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
os-versions:
description: 'Stringfied JSON object listing GitHub-hosted runnners'
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
default: '["ubuntu-22.04", "windows-2022", "macos-14", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
required: false
type: string
go-versions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-go-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
os-versions:
description: 'Stringfied JSON object listing GitHub-hosted runnners'
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
default: '["ubuntu-22.04", "windows-2022", "macos-14", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
required: false
type: string
go-versions:
Expand Down

0 comments on commit 675801a

Please sign in to comment.