Skip to content

Commit

Permalink
Adjusting Xcode version for nightly job (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters authored and runner committed Oct 11, 2023
1 parent 149cef4 commit a0bf87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ jobs:
name: Apollo Unit Tests - iOS 14.4
name: ${{ matrix.name }}
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 12.4.0
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Repo
Expand All @@ -159,6 +156,9 @@ jobs:
with:
command: 'generate'
arguments: ''
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 12.4.0
- name: Build and Test
uses: ./.github/actions/build-and-run-unit-tests
with:
Expand Down

0 comments on commit a0bf87b

Please sign in to comment.