This commit is contained in:
Henry Schreiner 2025-07-13 14:50:46 +08:00 committed by GitHub
commit 7048558162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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