Skip to content

Commit

Permalink
Enable CI cache for macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Apr 16, 2024
1 parent 1ba70fd commit 430bdd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Lisp
uses: 40ants/setup-lisp@v4
with:
cache: ${{ runner.os != 'macOS' }}
cache: ${{ matrix.os != 'macos-14' }}

- name: Install DuckDB (Linux)
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Lisp
uses: 40ants/setup-lisp@v4
with:
cache: ${{ runner.os != 'macOS' }}
cache: ${{ matrix.os != 'macos-14' }}

- name: Install DuckDB (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 430bdd0

Please sign in to comment.