Skip to content

Commit

Permalink
Move integration tests to M1 CI runners (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Feb 16, 2024
1 parent 218eff7 commit 00c1ec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
matrix:
# This matrix runs tests on Mac, on oldest & newest supported Xcodes
runner:
- macos-12
- macos-13
- macos-13-xlarge
- macos-14-xlarge
xcode:
- Xcode_14.0.1
- Xcode_14.1
- Xcode_15.2
exclude:
# Don't run old macOS with new Xcode
- runner: macos-12
- runner: macos-13-xlarge
xcode: Xcode_15.2
# Don't run new macOS with old Xcode
- runner: macos-13
xcode: Xcode_14.0.1
- runner: macos-14-xlarge
xcode: Xcode_14.1
steps:
- name: Configure AWS Credentials for Integration Tests
uses: aws-actions/configure-aws-credentials@v4
Expand Down
Empty file.

0 comments on commit 00c1ec1

Please sign in to comment.