Skip to content

Commit

Permalink
Merge pull request #671 from adevinta/update-xcode-version
Browse files Browse the repository at this point in the history
Update build to use Xcode 15.0.1
  • Loading branch information
michael-zimmermann authored Dec 6, 2023
2 parents ceb343b + 2e6a1dc commit 304271f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:

jobs:
core_build:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run xcodegen
Expand All @@ -21,6 +25,10 @@ jobs:
needs: [ core_build ]
runs-on: macos-13
steps:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run sourcery
Expand Down Expand Up @@ -94,8 +102,12 @@ jobs:

build:
needs: [ core_build ]
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run xcodegen
Expand All @@ -108,8 +120,12 @@ jobs:
unit_tests:
name: unit_tests
needs: [ build ]
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.0.1'
- name: Checkout actions
uses: actions/checkout@v3
- name: Run xcodegen
Expand Down

0 comments on commit 304271f

Please sign in to comment.