Skip to content

Commit 9ef90d5

Browse files
committed
Update Cache, Add Further MacOS Tests, Remove Deprecated 12
1 parent 4c5b22f commit 9ef90d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, macos-12]
11+
os: [ubuntu-22.04, macos-15, macos-14, macos-13]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Set up Homebrew
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Cache Homebrew Bundler RubyGems
1919
id: cache
20-
uses: actions/cache@v1
20+
uses: actions/cache@v4
2121
with:
2222
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
2323
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)