jding-xyz commented on code in PR #153:
URL: https://github.com/apache/arrow-swift/pull/153#discussion_r3007587549
##########
.github/workflows/test.yaml:
##########
@@ -113,3 +113,37 @@ jobs:
github.ref_name == 'main'
run: |
docker compose push ubuntu
+
+ ios:
+ name: iOS
+ runs-on: macos-15
+ timeout-minutes: 15
+ steps:
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #
v5.5.0
+ with:
+ go-version: "stable"
+ - name: Generate test data
+ run: |
+ cd data-generator/swift-datagen
+ go run .
+ cp *.arrow ../../Tests/ArrowTests/
+ - name: Select iOS Simulator
+ run: |
+ SIMULATOR_ID=$(xcrun simctl list devices available 2>/dev/null | \
Review Comment:
Added a example from real macos-15 runner output.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]