diff --git a/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml index 2f1d072..dec1483 100644 --- a/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml +++ b/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml @@ -8,7 +8,7 @@ jobs: name: Puppet${{ matrix.puppet_version }} gem on Ruby ${{ matrix.ruby }} on ${{ matrix.os_type }} strategy: matrix: - os: ['ubuntu-latest', 'macos-latest', 'windows-2019'] + os: ['ubuntu-latest', 'macos-latest', 'windows-2022'] puppet_version: ['7', '8'] include: - puppet_version: '7' @@ -24,7 +24,7 @@ jobs: os_type: 'macOS' env_set_cmd: 'export ' gem_file: 'puppet-latest-universal-darwin.gem' - - os: 'windows-2019' + - os: 'windows-2022' os_type: 'Windows' env_set_cmd: '$env:' # setup-ruby uses ucrt for newer Rubies, but we only support mingw diff --git a/.github/workflows/unit_tests_with_released_puppet_gem.yaml b/.github/workflows/unit_tests_with_released_puppet_gem.yaml index 46b83b8..89689be 100644 --- a/.github/workflows/unit_tests_with_released_puppet_gem.yaml +++ b/.github/workflows/unit_tests_with_released_puppet_gem.yaml @@ -8,7 +8,7 @@ jobs: name: Puppet${{ matrix.puppet_version }} gem on Ruby ${{ matrix.ruby }} on ${{ matrix.os_type }} strategy: matrix: - os: ['ubuntu-latest', 'macos-latest', 'windows-2019'] + os: ['ubuntu-latest', 'macos-latest', 'windows-2022'] puppet_version: ['7', '8'] include: - puppet_version: '7' @@ -20,7 +20,7 @@ jobs: os_type: 'Linux' - os: 'macos-latest' os_type: 'macOS' - - os: 'windows-2019' + - os: 'windows-2022' os_type: 'Windows' runs-on: ${{ matrix.os }}