Skip to content

Commit bc16ad7

Browse files
authored
Merge pull request #56 from Dorin-Pleava/PUP-11370/github_actions_upgrade_windows
(PUP-11370) Github workflow now uses windows 2019
2 parents 593e93f + 66478b1 commit bc16ad7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
strategy:
7878
matrix:
79-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
79+
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
8080
include:
8181
- os: 'ubuntu-18.04'
8282
os_type: 'Linux'
@@ -86,7 +86,7 @@ jobs:
8686
os_type: 'macOS'
8787
env_set_cmd: 'export '
8888
gem_file_postfix: '-universal-darwin.gem'
89-
- os: 'windows-2016'
89+
- os: 'windows-2019'
9090
os_type: 'Windows'
9191
env_set_cmd: '$env:'
9292
gem_file_postfix: '-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)