Skip to content

Commit 57f65d1

Browse files
authored
Update GitHub Actions workflow for macOS nightly
1 parent 1c2770d commit 57f65d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mac_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
arch:
2020
- x64
2121
steps:
22-
- uses: julia-actions/cache@v3
22+
- uses: actions/checkout@v2
2323
- uses: julia-actions/setup-julia@v1
2424
with:
2525
version: ${{ matrix.version }}
2626
arch: ${{ matrix.arch }}
2727
- name: Cache artifacts
28-
uses: actions/cache@v1
28+
uses: julia-actions/cache@v1
2929
env:
3030
cache-name: cache-artifacts
3131
with:

0 commit comments

Comments
 (0)