Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency macos to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 40374a7 commit b27aa1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_new_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-12
runs-on: macos-13
steps:
- name: Print MIX_DRINKS_CORE_VERSION
run: echo ${{ needs.tag_create.outputs.output_write_mix_drinks_code_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_maven_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-12
runs-on: macos-13
steps:
- name: Print MIX_DRINKS_CORE_VERSION
run: echo ${{ needs.prepare_deploy.outputs.output_write_mix_drinks_code_version }}
Expand Down

0 comments on commit b27aa1f

Please sign in to comment.