Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
go-version: "${{ steps.goversion.outputs.version }}"
cache-key-suffix: "-ios-${{ steps.goversion.outputs.version }}"

- name: Select Xcode 15.2
run: |
sudo xcode-select -s /Applications/Xcode_15.2.app
xcodebuild -version

# ./internal/cmd/buildtool needs coreutils for sha256 plus GNU build tools
- run: brew install autoconf automake coreutils libtool

Expand Down
2 changes: 1 addition & 1 deletion E2E/miniooni.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $miniooni --yes -o E2E/o.jsonl \

$miniooni --yes -o E2E/o.jsonl \
--probe-services=https://api.ooni.io/ \
--tunnel=psiphon \
--tunnel=none \
web_connectivity -i https://mail.google.com/robots.txt

$miniooni --yes -o E2E/o.jsonl \
Expand Down
Loading