Skip to content

Commit 31a26cd

Browse files
authored
Merge pull request #18 from AriaXLi/maint/update_windows_runner
2 parents f1efcbe + 9fa280f commit 31a26cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Puppet${{ matrix.puppet_version }} gem on Ruby ${{ matrix.ruby }} on ${{ matrix.os_type }}
99
strategy:
1010
matrix:
11-
os: ['ubuntu-latest', 'macos-latest', 'windows-2019']
11+
os: ['ubuntu-latest', 'macos-latest', 'windows-2022']
1212
puppet_version: ['7', '8']
1313
include:
1414
- puppet_version: '7'
@@ -24,7 +24,7 @@ jobs:
2424
os_type: 'macOS'
2525
env_set_cmd: 'export '
2626
gem_file: 'puppet-latest-universal-darwin.gem'
27-
- os: 'windows-2019'
27+
- os: 'windows-2022'
2828
os_type: 'Windows'
2929
env_set_cmd: '$env:'
3030
# setup-ruby uses ucrt for newer Rubies, but we only support mingw

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Puppet${{ matrix.puppet_version }} gem on Ruby ${{ matrix.ruby }} on ${{ matrix.os_type }}
99
strategy:
1010
matrix:
11-
os: ['ubuntu-latest', 'macos-latest', 'windows-2019']
11+
os: ['ubuntu-latest', 'macos-latest', 'windows-2022']
1212
puppet_version: ['7', '8']
1313
include:
1414
- puppet_version: '7'
@@ -20,7 +20,7 @@ jobs:
2020
os_type: 'Linux'
2121
- os: 'macos-latest'
2222
os_type: 'macOS'
23-
- os: 'windows-2019'
23+
- os: 'windows-2022'
2424
os_type: 'Windows'
2525

2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)