Skip to content

Commit

Permalink
Start testing on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 26, 2024
1 parent 10f1178 commit cce3859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os || 'ubuntu-latest' }}

strategy:
matrix:
Expand All @@ -29,6 +29,9 @@ jobs:
include:
- python-version: "3.9"
toxenv: minreqs
- python-version: "3.12"
os: macos-14
# arm64: https://github.com/orgs/community/discussions/102846

services:
httpbin:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Changelog.linkchecker*
/testresults.txt
/linkchecker.prof
.cache
.coverage
.coverage*
.pytest_cache
.tox
tests/checker/data/https_cert.pem
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deps =
pyopenssl
pytest-xdist
pytest-cov
GeoIP
GeoIP; sys_platform != 'darwin'

[testenv]
usedevelop = true
Expand Down

0 comments on commit cce3859

Please sign in to comment.