mirror of https://github.com/mamba-org/mamba.git
Merge 065ea8aeec
into 14a94d379a
This commit is contained in:
commit
7048558162
|
@ -38,7 +38,7 @@ runs:
|
|||
with:
|
||||
path: ${{ inputs.path }}
|
||||
key: ${{ inputs.key_prefix }}-${{ inputs.key_base }}-${{ inputs.key_suffix }}
|
||||
fail-on-cache-miss: true
|
||||
fail-on-cache-miss: false
|
||||
- name: Delete workspace
|
||||
if: ${{ inputs.action == 'delete' }}
|
||||
shell: bash
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
name: Unix
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest, macos-latest, macos-15]
|
||||
build_type: [release, debug]
|
||||
fail-fast: false
|
||||
uses: ./.github/workflows/unix_impl.yml
|
||||
|
|
Loading…
Reference in New Issue