Skip to content

Commit

Permalink
Small change for macOS GA build
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Dec 28, 2020
1 parent 73894ce commit d079ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
install-deps: 'true'

- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@1.0
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
install-deps: 'true'

- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@1.0
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '10'

Expand Down

0 comments on commit d079ca7

Please sign in to comment.