Skip to content

Commit

Permalink
Merge pull request #178 from mt-hodaka/renovate/macos-14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-hodaka authored Apr 21, 2024
2 parents feb8bed + ba144cf commit bfb1a75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# DIFF_BASE: ${{ github.base_ref }}

check:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
resolve_package_dependencies:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
Expand Down

0 comments on commit bfb1a75

Please sign in to comment.