We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccb582 commit 3105eb0Copy full SHA for 3105eb0
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os:
18
- ubuntu-latest
19
- - macos-latest
+ # - macos-latest
20
swift: ["5.9"]
21
runs-on: ${{ matrix.os }}
22
timeout-minutes: 30
.github/workflows/Dependabot.yml
@@ -11,14 +11,15 @@ permissions:
11
12
jobs:
13
Sync:
14
- # if: github.actor == 'dependabot[bot]'
+ if: github.actor == 'dependabot[bot]'
15
strategy:
# - ubuntu-latest
- macos-latest
+ timeout-minutes: 60
23
steps:
24
- uses: actions/checkout@v4
25
with:
0 commit comments