From 0d082f62a8f26d62238ff8cc15ef6b989f056e0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:38:05 +0000 Subject: [PATCH] chore(deps): update dependency macos to v14 --- .github/workflows/check.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 920b01a..aed3a04 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3953b61..de542a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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