Skip to content

Commit

Permalink
[ci] update XCode to 15.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Nov 7, 2024
1 parent ba8c8bd commit ff97763
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_KEY }}
AWS_DEFAULT_REGION: us-west-2
XCODE_VERSION: '15.4.0'

jobs:
build-dependencies:
Expand All @@ -41,7 +42,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
with:
xcode-version: '15.4.0'
xcode-version: ${{ env.XCODE_VERSION }}

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

Expand All @@ -65,7 +66,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
with:
xcode-version: '14.3.1'
xcode-version: ${{ env.XCODE_VERSION }}

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
with:
xcode-version: '14.3.1'
xcode-version: ${{ env.XCODE_VERSION }}

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

Expand Down

0 comments on commit ff97763

Please sign in to comment.