aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2022-10-06 14:42:45 -0700
committerMichael Hashizume <michael.hashizume@puppet.com>2022-10-06 16:55:12 -0700
commit7165b155a25b3a73ef4a33538d18943e007fba34 (patch)
tree06f326b5db672dc5309ec133c5d31bf7509505f9
parentad9e1ea5abf2f801cd105f54896b98715365764e (diff)
downloadpuppet-hosts_core-7165b155a25b3a73ef4a33538d18943e007fba34.tar.gz
puppet-hosts_core-7165b155a25b3a73ef4a33538d18943e007fba34.tar.bz2
(MODULES-11349) Update macOS GitHub Action runner
GitHub Actions' macOS 10.15 runners are going end-of-life on December 1, 2022: actions/runner-images#5583 This commit updates the macOS runners in use to macos-latest, which is currently macOS 11 Big Sur.
-rw-r--r--.github/workflows/daily_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/daily_unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
index 9cccb45..941c9f5 100644
--- a/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
+++ b/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
@@ -10,7 +10,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_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'
diff --git a/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
index 86ec16a..af7e737 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-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'
diff --git a/.github/workflows/unit_tests_with_released_puppet_gem.yaml b/.github/workflows/unit_tests_with_released_puppet_gem.yaml
index 5ac86dd..c316cb0 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-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'