Skip to content

Commit

Permalink
Merge pull request #25 from mackerelio/update-env
Browse files Browse the repository at this point in the history
update macos, golang
  • Loading branch information
yseto authored Dec 11, 2024
2 parents 8c162e7 + e9b0905 commit 4d4598a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-12"]'
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
required: false
type: string
skip-cache:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
inputs:
os-versions:
description: 'Stringfied JSON object listing GitHub-hosted runnners'
default: '["ubuntu-22.04", "windows-2022", "macos-12"]'
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
required: false
type: string
go-versions:
description: 'Stringfied JSON object listing target Go versions'
default: '["1.22.x", "1.21.x"]'
default: '["1.23.x", "1.22.x"]'
required: false
type: string
pre:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup-go-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
inputs:
os-versions:
description: 'Stringfied JSON object listing GitHub-hosted runnners'
default: '["ubuntu-22.04", "windows-2022", "macos-12"]'
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
required: false
type: string
go-versions:
description: 'Stringfied JSON object listing target Go versions'
default: '["1.22.x", "1.21.x"]'
default: '["1.23.x", "1.22.x"]'
required: false
type: string
run:
Expand Down

0 comments on commit 4d4598a

Please sign in to comment.