Skip to content

Commit d6a77ea

Browse files
committed
(MODULES-11345) Update macOS GitHub Action runners
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.
1 parent 850843c commit d6a77ea

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
1111
strategy:
1212
matrix:
13-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2022' ]
13+
os: [ 'ubuntu-18.04', 'macos-latest', 'windows-2022' ]
1414
puppet_version: [ 6, 7 ]
1515
include:
1616
- puppet_version: 6
@@ -22,7 +22,7 @@ jobs:
2222
os_type: 'Linux'
2323
env_set_cmd: 'export '
2424
gem_file: 'puppet-latest.gem'
25-
- os: 'macos-10.15'
25+
- os: 'macos-latest'
2626
os_type: 'macOS'
2727
env_set_cmd: 'export '
2828
gem_file: 'puppet-latest-universal-darwin.gem'

Diff for: .github/workflows/unit_tests_with_nightly_puppet_gem.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
1313
strategy:
1414
matrix:
15-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2022' ]
15+
os: [ 'ubuntu-18.04', 'macos-latest', 'windows-2022' ]
1616
puppet_version: [ 6, 7 ]
1717
include:
1818
- puppet_version: 6
@@ -24,7 +24,7 @@ jobs:
2424
os_type: 'Linux'
2525
env_set_cmd: 'export '
2626
gem_file: 'puppet-latest.gem'
27-
- os: 'macos-10.15'
27+
- os: 'macos-latest'
2828
os_type: 'macOS'
2929
env_set_cmd: 'export '
3030
gem_file: 'puppet-latest-universal-darwin.gem'

Diff for: .github/workflows/unit_tests_with_released_puppet_gem.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
1313
strategy:
1414
matrix:
15-
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2022' ]
15+
os: [ 'ubuntu-18.04', 'macos-latest', 'windows-2022' ]
1616
puppet_version: [ 6, 7 ]
1717
include:
1818
- puppet_version: 6
@@ -22,7 +22,7 @@ jobs:
2222

2323
- os: 'ubuntu-18.04'
2424
os_type: 'Linux'
25-
- os: 'macos-10.15'
25+
- os: 'macos-latest'
2626
os_type: 'macOS'
2727
- os: 'windows-2022'
2828
os_type: 'Windows'

0 commit comments

Comments
 (0)