Skip to content

Commit

Permalink
Update CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirma committed Sep 14, 2024
1 parent 7f2d9f5 commit 5484340
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Swift CI
run-name: Build smoke test by ${{ github.actor }}

on: [push, pull_request]

jobs:
test:
name: Test UIDeviceComplete
runs-on: macos-latest
runs-on: macos-14-arm64
env:
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16_beta_6.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Test (iOS)
Expand Down

0 comments on commit 5484340

Please sign in to comment.