Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Nadoba <[email protected]>
  • Loading branch information
dnadoba committed Jul 13, 2021
1 parent 098bb3e commit db261d9
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ on:

jobs:
test-on-macOS-and-iOS:
runs-on: macos-latest
runs-on: macos-11
strategy:
matrix:
xcode: ['13.0']
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
xcode: ['12.5.1', '13.0']

steps:

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

run: >
Expand All @@ -38,9 +39,16 @@ jobs:
-destination 'platform=macOS'
performance-tests-on-macOS:
runs-on: macos-latest
runs-on: macos-11
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 db261d9

Please sign in to comment.