From f825be9a8bd17704f484f10672fddac8b544c3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:55:35 +0000 Subject: [PATCH] chore(deps): update dependency macos to v14 --- .github/workflows/create_new_tag.yml | 2 +- .github/workflows/deploy_maven_snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_new_tag.yml b/.github/workflows/create_new_tag.yml index 6126d59..c7fc50c 100644 --- a/.github/workflows/create_new_tag.yml +++ b/.github/workflows/create_new_tag.yml @@ -30,7 +30,7 @@ jobs: output_write_mix_drinks_code_version: ${{ steps.set-output.outputs.mix_drinks_core_version }} deploy: needs: [ tag_create ] - runs-on: macos-13 + runs-on: macos-14 steps: - name: Print MIX_DRINKS_CORE_VERSION run: echo ${{ needs.tag_create.outputs.output_write_mix_drinks_code_version }} diff --git a/.github/workflows/deploy_maven_snapshot.yml b/.github/workflows/deploy_maven_snapshot.yml index 8fd8c15..1712a56 100644 --- a/.github/workflows/deploy_maven_snapshot.yml +++ b/.github/workflows/deploy_maven_snapshot.yml @@ -22,7 +22,7 @@ jobs: output_write_mix_drinks_code_version: ${{ steps.set-output.outputs.mix_drinks_core_version }} deploy: needs: [ prepare_deploy ] - runs-on: macos-13 + runs-on: macos-14 steps: - name: Print MIX_DRINKS_CORE_VERSION run: echo ${{ needs.prepare_deploy.outputs.output_write_mix_drinks_code_version }}