Skip to content

Commit 077dc2b

Browse files
Update e2e.yml
1 parent 86839db commit 077dc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: macos-11
3535
strategy:
3636
matrix:
37-
xcode-version: ['11.7', '12', '12.5.0', '13', latest, latest-stable]
37+
xcode-version: ['11.7', '12', '12.4.0', '13', latest, latest-stable]
3838
fail-fast: false
3939
steps:
4040
- name: Checkout
@@ -48,4 +48,4 @@ jobs:
4848
- name: Print output variables
4949
run: |
5050
echo "Version: ${{ steps.setup-xcode.outputs.version }}"
51-
echo "Path: ${{ steps.setup-xcode.outputs.path }}"
51+
echo "Path: ${{ steps.setup-xcode.outputs.path }}"

0 commit comments

Comments
 (0)