Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 2, 2024
1 parent 0c13457 commit 1377540
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ env:
jobs:
checks:
name: ${{ matrix.task.name }}
runs-on: ${{ matrix.os }}
runs-on: [macos-13] # TODO: change to ubuntu-latest once repo is public (will have more RAM then)
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
python: ['3.10']
os: [macos-13] # TODO: change to ubuntu-latest once repo is public (will have more RAM then)
task:
- name: Lint
run: make lint-check
Expand Down

0 comments on commit 1377540

Please sign in to comment.