We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb941fa commit 7b68499Copy full SHA for 7b68499
1 file changed
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
test-bot:
9
strategy:
10
matrix:
11
- os: [ubuntu-22.04, macos-13, macos-14]
+ os: [ubuntu-latest, macos-latest]
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@v3
+ 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