Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov authored Aug 27, 2020
1 parent 8d89617 commit 39fba9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@1.1
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: latest-stable
```
Expand All @@ -31,7 +31,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@1.1
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: latest
```
Expand All @@ -42,7 +42,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@1.1
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: 11.4
```
Expand Down

0 comments on commit 39fba9d

Please sign in to comment.