chore(deps): update dependency macos to v14

This commit is contained in:
renovate[bot] 2024-04-23 05:38:05 +00:00 committed by GitHub
parent 49081d99eb
commit 0d082f62a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
if: "github.event_name == 'push' && github.event.ref == 'refs/heads/main'"
needs:
- "check"
runs-on: macos-13
runs-on: macos-14
permissions:
actions: read
contents: write

View File

@ -20,7 +20,7 @@ jobs:
description: ${{ github.repository }}/${{ github.workflow }}#${{ github.run_number }}
publish:
runs-on: macos-13
runs-on: macos-14
needs: create_staging_repository
steps:
- name: Checkout repository