Skip to content

Commit b1cf6eb

Browse files
authored
Merge pull request #16 from joshcooper/mac-latest
macOS 12 is no longer supported, use latest
2 parents 6c0f80f + 9092e7a commit b1cf6eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Puppet${{ matrix.puppet_version }} gem on Ruby ${{ matrix.ruby }} on ${{ matrix.os_type }}
99
strategy:
1010
matrix:
11-
os: ['ubuntu-20.04', 'macos-12', 'windows-2019']
11+
os: ['ubuntu-20.04', 'macos-latest', 'windows-2019']
1212
puppet_version: ['7', '8']
1313
include:
1414
- puppet_version: '7'
@@ -20,7 +20,7 @@ jobs:
2020
os_type: 'Linux'
2121
env_set_cmd: 'export '
2222
gem_file: 'puppet-latest.gem'
23-
- os: 'macos-12'
23+
- os: 'macos-latest'
2424
os_type: 'macOS'
2525
env_set_cmd: 'export '
2626
gem_file: 'puppet-latest-universal-darwin.gem'

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Puppet${{ matrix.puppet_version }} gem on Ruby ${{ matrix.ruby }} on ${{ matrix.os_type }}
99
strategy:
1010
matrix:
11-
os: ['ubuntu-20.04', 'macos-12', 'windows-2019']
11+
os: ['ubuntu-20.04', 'macos-latest', 'windows-2019']
1212
puppet_version: ['7', '8']
1313
include:
1414
- puppet_version: '7'
@@ -18,7 +18,7 @@ jobs:
1818

1919
- os: 'ubuntu-20.04'
2020
os_type: 'Linux'
21-
- os: 'macos-12'
21+
- os: 'macos-latest'
2222
os_type: 'macOS'
2323
- os: 'windows-2019'
2424
os_type: 'Windows'

0 commit comments

Comments
 (0)