aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDorin Pleava <dorin.pleava@puppet.com>2022-01-11 16:05:27 +0200
committerDorin Pleava <dorin.pleava@puppet.com>2022-01-11 16:16:09 +0200
commit66478b1c8ca32dbe86f099e6819ebd97c2e62228 (patch)
tree4db0a965f9eb27d791326da050ab7f2a08fa3d11
parent49d0c59fd7ba8a6d6ae081d78a0c08dbf76f8584 (diff)
downloadpuppet-sshkeys_core-66478b1c8ca32dbe86f099e6819ebd97c2e62228.tar.gz
puppet-sshkeys_core-66478b1c8ca32dbe86f099e6819ebd97c2e62228.tar.bz2
(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.
-rw-r--r--.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml4
-rw-r--r--.github/workflows/unit_tests_with_nightly_puppet_gem.yaml4
-rw-r--r--.github/workflows/unit_tests_with_released_puppet_gem.yaml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
index a0b2248..018930d 100644
--- a/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
+++ b/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
@@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
- os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
+ os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
include:
- os: 'ubuntu-18.04'
os_type: 'Linux'
@@ -85,7 +85,7 @@ jobs:
os_type: 'macOS'
env_set_cmd: 'export '
gem_file_postfix: '-universal-darwin.gem'
- - os: 'windows-2016'
+ - os: 'windows-2019'
os_type: 'Windows'
env_set_cmd: '$env:'
gem_file_postfix: '-x64-mingw32.gem'
diff --git a/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
index e2122bd..2ea5e91 100644
--- a/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
+++ b/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -12,7 +12,7 @@ jobs:
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
strategy:
matrix:
- os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
+ os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
puppet_version: [ 6, 7 ]
include:
- puppet_version: 6
@@ -28,7 +28,7 @@ jobs:
os_type: 'macOS'
env_set_cmd: 'export '
gem_file: 'puppet-latest-universal-darwin.gem'
- - os: 'windows-2016'
+ - os: 'windows-2019'
os_type: 'Windows'
env_set_cmd: '$env:'
gem_file: 'puppet-latest-x64-mingw32.gem'
diff --git a/.github/workflows/unit_tests_with_released_puppet_gem.yaml b/.github/workflows/unit_tests_with_released_puppet_gem.yaml
index bd157f3..5ac86dd 100644
--- a/.github/workflows/unit_tests_with_released_puppet_gem.yaml
+++ b/.github/workflows/unit_tests_with_released_puppet_gem.yaml
@@ -12,7 +12,7 @@ jobs:
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
strategy:
matrix:
- os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
+ os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
puppet_version: [ 6, 7 ]
include:
- puppet_version: 6
@@ -24,7 +24,7 @@ jobs:
os_type: 'Linux'
- os: 'macos-10.15'
os_type: 'macOS'
- - os: 'windows-2016'
+ - os: 'windows-2019'
os_type: 'Windows'
runs-on: ${{ matrix.os }}