Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 2, 2024
1 parent 95e49f2 commit 0c13457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ env:
jobs:
checks:
name: ${{ matrix.task.name }}
runs-on: ${{ matrix.runner }}
runs-on: ${{ matrix.os }}
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
python: ['3.10']
runner: [macos-13] # TODO: change to ubuntu-latest once repo is public (will have more RAM then)
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 0c13457

Please sign in to comment.