mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
workflow/cache: fix gem install; support macOS 14
This commit is contained in:
@@ -16,13 +16,14 @@ permissions:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
if: startsWith(github.repository, 'Homebrew/')
|
||||
if: github.repository_owner == 'Homebrew'
|
||||
strategy:
|
||||
matrix:
|
||||
runner:
|
||||
- macos-11
|
||||
- macos-12
|
||||
- macos-13
|
||||
- macos-14
|
||||
- ubuntu-latest
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
@@ -44,5 +45,4 @@ jobs:
|
||||
|
||||
- name: Install Homebrew Gems
|
||||
id: gems
|
||||
run: brew install-bundler-gems
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: brew install-bundler-gems --groups=audit,bootsnap,style
|
||||
|
||||
Reference in New Issue
Block a user