Skip to content

Commit e4720db

Browse files
authored
Merge pull request #36 from Dorin-Pleava/PUP-11370/github_actions_upgrade_windows
(maint) Github workflow now uses windows 2019
2 parents b7505a6 + 6ff375a commit e4720db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
1111
strategy:
1212
matrix:
13-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
13+
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
1414
puppet_version: [ 6, 7 ]
1515
include:
1616
- puppet_version: 6
@@ -26,7 +26,7 @@ jobs:
2626
os_type: 'macOS'
2727
env_set_cmd: 'export '
2828
gem_file: 'puppet-latest-universal-darwin.gem'
29-
- os: 'windows-2016'
29+
- os: 'windows-2019'
3030
os_type: 'Windows'
3131
env_set_cmd: '$env:'
3232
gem_file: 'puppet-latest-x64-mingw32.gem'

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
1313
strategy:
1414
matrix:
15-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
15+
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
1616
puppet_version: [ 6, 7 ]
1717
include:
1818
- puppet_version: 6
@@ -28,7 +28,7 @@ jobs:
2828
os_type: 'macOS'
2929
env_set_cmd: 'export '
3030
gem_file: 'puppet-latest-universal-darwin.gem'
31-
- os: 'windows-2016'
31+
- os: 'windows-2019'
3232
os_type: 'Windows'
3333
env_set_cmd: '$env:'
3434
gem_file: 'puppet-latest-x64-mingw32.gem'

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
1313
strategy:
1414
matrix:
15-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
15+
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
1616
puppet_version: [ 6, 7 ]
1717
include:
1818
- puppet_version: 6
@@ -24,7 +24,7 @@ jobs:
2424
os_type: 'Linux'
2525
- os: 'macos-10.15'
2626
os_type: 'macOS'
27-
- os: 'windows-2016'
27+
- os: 'windows-2019'
2828
os_type: 'Windows'
2929

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

0 commit comments

Comments
 (0)