Skip to content

Commit 444d1c1

Browse files
authored
Update CI-Dependabot.yml
1 parent de7bdfb commit 444d1c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI-Dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'Submodule/**'
7+
- '.github/dependabot-mintfile/**'
78

89
permissions:
910
contents: write
@@ -18,7 +19,9 @@ jobs:
1819
- ubuntu-latest
1920
# - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
2021
# - macos-13
21-
swift: [5, 6]
22+
swift:
23+
- 5
24+
# - 6
2225
runs-on: ${{ matrix.os }}
2326
timeout-minutes: 60
2427
steps:

0 commit comments

Comments
 (0)