From 5f435655988ab0e84fec3f230a1e31e54ff39f41 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Sat, 10 Oct 2020 11:49:37 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba073a8..fea8700 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: build: runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1.1 + - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable ``` @@ -32,7 +32,7 @@ jobs: build: runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1.1 + - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest ``` @@ -43,7 +43,7 @@ jobs: build: runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1.1 + - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '12.0' ```