Skip to content

Commit

Permalink
Merge pull request #416 from mhashizume/maint/master/monterey-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper authored Dec 6, 2024
2 parents ea2fb4d + fff989b commit b377eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: Install ${{ matrix.cask }} cask on ${{ matrix.macos }}
strategy:
matrix:
macos: [ 'macos-12', 'macos-13', 'macos-14' ]
cask: [ 'pe-client-tools', 'pe-client-tools-2019.8', 'pdk', 'puppet-agent', 'puppet-agent-7', 'puppet-agent-8', 'puppet-bolt', 'puppet-bolt@2' ]
macos: [ 'macos-13', 'macos-14' ]
cask: [ 'pe-client-tools', 'pdk', 'puppet-agent', 'puppet-agent-7', 'puppet-agent-8', 'puppet-bolt', 'puppet-bolt@2' ]
env:
HOMEBREW_LOGS: ~/homebrew-logs
HOMEBREW_TEMP: ~/homebrew-temp
Expand All @@ -31,7 +31,7 @@ jobs:
name: Install ${{ matrix.formula }} formula on ${{ matrix.macos }}
strategy:
matrix:
macos: [ 'macos-12' ]
macos: [ 'macos-13' ]
formula: [ 'kubectl-ran' ]
runs-on: ${{ matrix.macos }}
steps:
Expand Down

0 comments on commit b377eee

Please sign in to comment.