We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6378768 commit d1ba45dCopy full SHA for d1ba45d
.github/workflows/CI-Dependabot.yml
@@ -18,7 +18,7 @@ jobs:
18
- ubuntu-latest
19
# - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
20
# - macos-13
21
- swift: ["5.9"]
+ swift: [5, 6]
22
runs-on: ${{ matrix.os }}
23
timeout-minutes: 60
24
steps:
0 commit comments