Skip to content

Commit

Permalink
ci: try using arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
mwakizaka committed Dec 10, 2023
1 parent 32a7a21 commit c247fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
strategy:
matrix:
include:
- os: macos-13
- os: macos-13-arm64
xcode: '15.0.1'
ios: '17.0'
device: iPhone 14
- os: macos-13
- os: macos-13-arm64
xcode: '14.3.1'
ios: '16.4'
device: iPhone 14
Expand Down

0 comments on commit c247fc7

Please sign in to comment.