Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Oct 22, 2021
1 parent 86839db commit 077dc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
xcode-version: ['11.7', '12', '12.5.0', '13', latest, latest-stable]
xcode-version: ['11.7', '12', '12.4.0', '13', latest, latest-stable]
fail-fast: false
steps:
- name: Checkout
Expand All @@ -48,4 +48,4 @@ jobs:
- name: Print output variables
run: |
echo "Version: ${{ steps.setup-xcode.outputs.version }}"
echo "Path: ${{ steps.setup-xcode.outputs.path }}"
echo "Path: ${{ steps.setup-xcode.outputs.path }}"

0 comments on commit 077dc2b

Please sign in to comment.