From cc1d9b61a25d784a82ae9791fe73b18c1bd726fa Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 10 Apr 2022 21:54:04 -0700 Subject: [PATCH] Try running tests on macOS So that WebKit can work, refs #56 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c05340f..72bdcb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: [push] jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10"]