Skip to content

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] authored Apr 4, 2024
1 parent eaf6b40 commit d24b97f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
tests:
runs-on: macos-11
runs-on: macos-13
continue-on-error: true
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:

Deploy:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [workflow_dispatch]
jobs:

Update:
runs-on: macos-11
runs-on: macos-13
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
env:
sonarToken: ${{ secrets.SONAR_TOKEN }}
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publich_podspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [workflow_dispatch]
jobs:

publish:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [workflow_dispatch]
jobs:

Publish:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

Generate:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

setup:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-SPM-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

SPM:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-carthage-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

carthage:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_cocoapods_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

pods:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

Update:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d24b97f

Please sign in to comment.