macos-latest to macos-13

This commit is contained in:
Aparna Jyothi 2025-04-10 16:55:47 +05:30
parent 600e3d9953
commit 4726f89bc9
2 changed files with 4 additions and 4 deletions

View file

@ -136,7 +136,7 @@ jobs:
run: sbt update
- name: Check files to cache on macos-latest
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
run: |
if [ ! -d ~/Library/Caches/Coursier ]; then
echo "::error::The ~/Library/Caches/Coursier directory does not exist unexpectedly"