We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5970fc9 commit 10402fbCopy full SHA for 10402fb
2 files changed
.github/workflows/DependabotPulls.yml
@@ -19,8 +19,7 @@ jobs:
19
# - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
20
# - macos-13
21
swift:
22
- - 5
23
- # - 6
+ - 6
24
runs-on: ${{ matrix.os }}
25
timeout-minutes: 100
26
steps:
.github/workflows/Test.yml
@@ -19,7 +19,8 @@ jobs:
os:
- ubuntu-latest
# - macos-latest
- swift: ["5.9"]
+ swift:
timeout-minutes: 30
0 commit comments