We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5b22f commit 9ef90d5Copy full SHA for 9ef90d5
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
test-bot:
9
strategy:
10
matrix:
11
- os: [ubuntu-22.04, macos-12]
+ os: [ubuntu-22.04, macos-15, macos-14, macos-13]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Set up Homebrew
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Cache Homebrew Bundler RubyGems
19
id: cache
20
- uses: actions/cache@v1
+ uses: actions/cache@v4
21
with:
22
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
23
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
0 commit comments