Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadoba authored Jul 13, 2021
1 parent 5b21af9 commit 098bb3e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
xcode: ['12.5.1', '13.0']

xcode: ['13.0']
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
steps:

- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ matrix.xcode }}
- name: Test on iOS Simulator

run: >
Expand All @@ -40,15 +39,8 @@ jobs:
performance-tests-on-macOS:
runs-on: macos-latest
strategy:
matrix:
xcode: ['12.5.1', '13.0']

steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ matrix.xcode }}
- name: Build & Run Performance Tests on macOS
env:
DEVELOPER_DIR: ${{ matrix.xcode }}
Expand Down

0 comments on commit 098bb3e

Please sign in to comment.