diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml index cf495dbc7..94bf5e55f 100644 --- a/.github/workflows/cache.yaml +++ b/.github/workflows/cache.yaml @@ -9,7 +9,7 @@ on: jobs: make-cache: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2