Skip to content

Commit

Permalink
removed xcode select
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Dec 12, 2021
1 parent 34bd5b1 commit 20d8865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 20d8865

Please sign in to comment.