]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(MODULES-11355) Update macOS runners to use more recent macOS version
authorAria Li <aria.li@puppet.com>
Mon, 17 Oct 2022 20:38:23 +0000 (13:38 -0700)
committerAria Li <aria.li@puppet.com>
Mon, 17 Oct 2022 20:38:23 +0000 (13:38 -0700)
GitHub announced they are deprecating macOS 10.15 runners for GitHub Actions by 12/1/2022. This PR migrates puppetlabs-sshkeys_core's GitHub Actions off of macOS 10.15.

.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
.github/workflows/unit_tests_with_released_puppet_gem.yaml

index ddcc3edc6a4dae7dde378daff2e7ebd8a0fc8b5a..9a78fc80efae042997445d3efbf63c605f2ace2c 100644 (file)
@@ -76,13 +76,13 @@ jobs:
     
     strategy:
       matrix:
-        os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2019' ]
+        os: [ 'ubuntu-18.04', 'macos-latest', 'windows-2019' ]
         include:
           - os: 'ubuntu-18.04'
             os_type: 'Linux'
             env_set_cmd: 'export '
             gem_file_postfix: '.gem'
-          - os: 'macos-10.15'
+          - os: 'macos-latest'
             os_type: 'macOS'
             env_set_cmd: 'export '
             gem_file_postfix: '-universal-darwin.gem'
index 206e1de3f4eed16dffdc13ef2203d90348552d36..9f8e57a339d7fe3c4870ce39035c95c092384c8c 100644 (file)
@@ -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-2019' ]
+        os: [ 'ubuntu-18.04', 'macos-latest', 'windows-2019' ]
         puppet_version: [ 6, 7 ]
         include:
           - puppet_version: 6
@@ -24,7 +24,7 @@ jobs:
             os_type: 'Linux'
             env_set_cmd: 'export '
             gem_file: 'puppet-latest.gem'
-          - os: 'macos-10.15'
+          - os: 'macos-latest'
             os_type: 'macOS'
             env_set_cmd: 'export '
             gem_file: 'puppet-latest-universal-darwin.gem'
index 5ac86dde0aaf7b74ef4c8510f2929434a1d402bb..c316cb0b829e9596c91536448f811263938a55bb 100644 (file)
@@ -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-2019' ]
+        os: [ 'ubuntu-18.04', 'macos-latest', 'windows-2019' ]
         puppet_version: [ 6, 7 ]
         include:
           - puppet_version: 6
@@ -22,7 +22,7 @@ jobs:
 
           - os: 'ubuntu-18.04'
             os_type: 'Linux'
-          - os: 'macos-10.15'
+          - os: 'macos-latest'
             os_type: 'macOS'
           - os: 'windows-2019'
             os_type: 'Windows'