.github/workflows/macos.yml in textbringer-1.1.1 vs .github/workflows/macos.yml in textbringer-1.1.2

- old
+ new

@@ -3,9 +3,10 @@ on: [push] jobs: build: runs-on: macos-latest + timeout-minutes: 10 steps: - uses: actions/checkout@master - name: Install dependencies run: | gem install bundler --no-document