Skip to content

Commit

Permalink
[Tch#593] Added xcode-version 15.0.1 to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBorleeAdevinta committed Nov 7, 2023
1 parent b169d8e commit f83f703
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
core_build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run xcodegen
Expand All @@ -21,6 +24,9 @@ jobs:
needs: [ core_build ]
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run sourcery
Expand Down Expand Up @@ -96,6 +102,9 @@ jobs:
needs: [ core_build ]
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run xcodegen
Expand All @@ -110,6 +119,9 @@ jobs:
needs: [ build ]
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run xcodegen
Expand Down

0 comments on commit f83f703

Please sign in to comment.