We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7bdfb commit 444d1c1Copy full SHA for 444d1c1
1 file changed
.github/workflows/CI-Dependabot.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
paths:
6
- 'Submodule/**'
7
+ - '.github/dependabot-mintfile/**'
8
9
permissions:
10
contents: write
@@ -18,7 +19,9 @@ jobs:
18
19
- ubuntu-latest
20
# - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
21
# - macos-13
- swift: [5, 6]
22
+ swift:
23
+ - 5
24
+ # - 6
25
runs-on: ${{ matrix.os }}
26
timeout-minutes: 60
27
steps:
0 commit comments