Skip to content

Commit

Permalink
Use Xcode version 14
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Oct 6, 2023
1 parent dc86b74 commit 7b9ce51
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.1'
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/gradle-build-action@v2
with:
Expand Down Expand Up @@ -70,6 +73,9 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.1'
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand All @@ -90,7 +96,7 @@ jobs:

instrumentation-tests:
name: Instrumentation tests
runs-on: macOS-latest
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -127,7 +133,7 @@ jobs:
screenshot-tests:
name: Screenshot tests
runs-on: macOS-latest
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -162,7 +168,7 @@ jobs:
check-documentation:
name: Check documentation
runs-on: macOS-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 7b9ce51

Please sign in to comment.