aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAria Li (she/her) <53382941+AriaXLi@users.noreply.github.com>2022-10-17 11:34:14 -0700
committerGitHub <noreply@github.com>2022-10-17 11:34:14 -0700
commit7a7abeac98b31aebcf3ac0643ca422e247617a88 (patch)
treefcfe974801624309a7b85361005dab98a2dad5e0
parentc475e71dd113831fbabc318e8c5bf7e2cae4177a (diff)
parent6d246330c89393cba76b67ea188a9f4c4a56fa8e (diff)
downloadpuppet-cron_core-7a7abeac98b31aebcf3ac0643ca422e247617a88.tar.gz
puppet-cron_core-7a7abeac98b31aebcf3ac0643ca422e247617a88.tar.bz2
Merge pull request #54 from cthorn42/maint/main/MODULES-11351_update_osx_runner
(MODULES-11351) Update the osx action runner to use latest
-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'