Skip to content

Commit

Permalink
ci(github): only run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir committed Nov 10, 2023
1 parent 7140832 commit 8127e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:
build:
timeout-minutes: 460
# timeout-minutes: 460
name: ${{ matrix.python-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os:
- ubuntu-latest
- macos-latest
# - macos-latest
# - windows-latest # Haven't figured out how ImageMagick should be installed on win32 yet

steps:
Expand Down

0 comments on commit 8127e83

Please sign in to comment.