fix(ci): move workflows to macos-26 #280
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Swift | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| build: | |
| runs-on: macos-26 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| # - name: Build | |
| # run: xcodebuild -scheme WalletUI -sdk iphoneos | |
| # - name: Run tests | |
| # run: xcodebuild -scheme WalletUI test -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12' |