Skip to content

Commit 66478b1

Browse files
committed
(maint) Github workflow now uses windows 2019
Upgraded github actions to use windows 2019 instead of windows 2016 as it will be removed on March 15, 2022.
1 parent 49d0c59 commit 66478b1

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
strategy:
7777
matrix:
78-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
78+
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
7979
include:
8080
- os: 'ubuntu-18.04'
8181
os_type: 'Linux'
@@ -85,7 +85,7 @@ jobs:
8585
os_type: 'macOS'
8686
env_set_cmd: 'export '
8787
gem_file_postfix: '-universal-darwin.gem'
88-
- os: 'windows-2016'
88+
- os: 'windows-2019'
8989
os_type: 'Windows'
9090
env_set_cmd: '$env:'
9191
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)