Skip to content

Commit

Permalink
Update go.yml to start using Windows Server 2025 image for GitHub Act…
Browse files Browse the repository at this point in the history
…ions hosted runners
  • Loading branch information
matsuo committed Dec 21, 2024
1 parent 8ae60a9 commit 2c23f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:

strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ 'macos-13', 'macos-14', 'macos-15', 'macos-latest', 'windows-2019', 'windows-2022', 'windows-latest' ]
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
os: [ 'macos-13', 'macos-14', 'macos-15', 'macos-latest', 'windows-2019', 'windows-2022', 'windows-2025', 'windows-latest' ]
steps:

- uses: actions/checkout@v4
Expand Down

0 comments on commit 2c23f5f

Please sign in to comment.