Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] update XCode to 15.4.0 #5889

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading