diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8462ed0..bf84202a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,9 @@ jobs: env: NO_FLIPPER: 1 + - name: Select Xcode 16.4 + run: sudo xcode-select -s '/Applications/Xcode_16.4.app/Contents/Developer' + - name: run tests run: | ./scripts/test-ios.sh @@ -145,6 +148,9 @@ jobs: env: NO_FLIPPER: 1 + - name: Select Xcode 16.4 + run: sudo xcode-select -s '/Applications/Xcode_16.4.app/Contents/Developer' + - name: run tests run: | ./scripts/test-ios.sh @@ -186,6 +192,9 @@ jobs: env: NO_FLIPPER: 1 + - name: Select Xcode 16.4 + run: sudo xcode-select -s '/Applications/Xcode_16.4.app/Contents/Developer' + - name: run tests run: | ./scripts/test-ios.sh diff --git a/test.txt b/test.txt new file mode 100644 index 00000000..30d74d25 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +test \ No newline at end of file