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:
|
with:
|
||||||
path: ${{ inputs.path }}
|
path: ${{ inputs.path }}
|
||||||
key: ${{ inputs.key_prefix }}-${{ inputs.key_base }}-${{ inputs.key_suffix }}
|
key: ${{ inputs.key_prefix }}-${{ inputs.key_base }}-${{ inputs.key_suffix }}
|
||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: false
|
||||||
- name: Delete workspace
|
- name: Delete workspace
|
||||||
if: ${{ inputs.action == 'delete' }}
|
if: ${{ inputs.action == 'delete' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
name: Unix
|
name: Unix
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest, macos-15]
|
||||||
build_type: [release, debug]
|
build_type: [release, debug]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
uses: ./.github/workflows/unix_impl.yml
|
uses: ./.github/workflows/unix_impl.yml
|
||||||
|
|
Loading…
Reference in New Issue