diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dbf0030..d6bb132 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,13 +18,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-2022, macos-14] + os: [ubuntu-latest, windows-latest, macos-latest] go: [ '1.24', '1.25' ] exclude: # Only latest Go version for Windows and MacOS. - - os: windows-2022 + - os: windows-latest go: '1.24' - - os: macos-14 + - os: macos-latest go: '1.24' # Exclude latest Go version for Ubuntu as Coverage uses it. - os: ubuntu-latest