Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Fix setup xcode step
Browse files Browse the repository at this point in the history
  • Loading branch information
siemensikkema committed Sep 2, 2021
1 parent c587a7d commit 5ca1d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@1.3
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- name: Check out code
Expand Down

0 comments on commit 5ca1d5f

Please sign in to comment.