Skip to content

Commit 961f6cf

Browse files
committed
ci: test on more recent macOS (since older is no longer available)
1 parent 658f606 commit 961f6cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# If changing how many times tests are run, must also change in codecov.yml
5858
# to ensure test coverage is reported only after all tests have finished
5959
os:
60-
- "macos-11"
60+
- "macos-12"
6161
- "ubuntu-20.04"
6262
- "windows-2019"
6363
sqlite-version:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ All other exceptions raised inherit from `sqlite_s3_query.SQLiteS3QueryError` as
265265

266266
## Compatibility
267267

268-
- Linux (tested on Ubuntu 20.04), Windows (tested on Windows Server 2019), or macOS (tested on macOS 11)
268+
- Linux (tested on Ubuntu 20.04), Windows (tested on Windows Server 2019), or macOS (tested on macOS 12)
269269
- SQLite >= 3.7.15, (tested on 3.7.15, 3.36.0, 3.42.0, and the default version available on each OS tested)
270270
- Python >= 3.6.7 (tested on 3.6.7, 3.7.1, 3.8.0, 3.9.0, 3.10.0, and 3.11.0)
271271
- HTTPX >= 0.18.2 (tested on 0.18.2 with Python >= 3.6.7, and 0.24.1 with Python >= 3.7.1)

0 commit comments

Comments
 (0)