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