Skip to content

Commit 2ba6e03

Browse files
authored
Version 1.16.0: ada 3.0.1 (#101)
1 parent c0bdece commit 2ba6e03

File tree

7 files changed

+8620
-3777
lines changed

7 files changed

+8620
-3777
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-qemu-action@v3
4040
with:
4141
platforms: all
42-
- uses: pypa/cibuildwheel@v2.21.2
42+
- uses: pypa/cibuildwheel@v2.22.0
4343
- uses: actions/upload-artifact@v4
4444
with:
4545
name: artifact-wheel-${{ matrix.os }}

.github/workflows/unit-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Unit tests
2-
name: Unit tests
32

43
on:
54
pull_request:
@@ -17,6 +16,10 @@ on:
1716
concurrency:
1817
group: ${{ github.workflow }}-${{ github.ref }}
1918
cancel-in-progress: true
19+
20+
21+
env:
22+
MACOSX_DEPLOYMENT_TARGET: "10.15"
2023

2124
jobs:
2225
build_test:

ada_url/ada.cpp

+3,501-1,767
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)