Skip to content

Commit c8f88f7

Browse files
authored
Update Dependabot.yml
1 parent 5b84ee6 commit c8f88f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ permissions:
1111

1212
jobs:
1313
Sync:
14-
if: github.actor == 'dependabot[bot]'
14+
# if: github.actor == 'dependabot[bot]'
1515
strategy:
1616
matrix:
1717
os:
1818
# - ubuntu-latest
19-
- macos-latest
19+
# - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
20+
- macos-13
2021
swift: ["5.9"]
2122
runs-on: ${{ matrix.os }}
2223
timeout-minutes: 60

0 commit comments

Comments
 (0)