diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index f9be4fc..c554f77 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -45,12 +45,12 @@ jobs: strategy: matrix: go_versions: [ '1.24', '1.25' ] - os: [ubuntu-latest, windows-2022, macos-14] + os: [ubuntu-latest, windows-latest, macos-latest] exclude: # Only latest Go version for Windows and MacOS. - - os: windows-2022 + - os: windows-latest go_versions: '1.24' - - os: macos-14 + - os: macos-latest go_versions: '1.24' # Exclude latest Go version for Ubuntu as Coverage uses it. - os: ubuntu-latest