Skip to content

Commit

Permalink
CI chore: switch to Xcode 16.2 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov authored Dec 16, 2024
1 parent 47e5235 commit 4238342
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

env:
XC_VERSION: ${{ '16' }}
XC_VERSION: ${{ '16.2' }}

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
XC_VERSION: ${{ '16' }}
XC_VERSION: ${{ '16.2' }}

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 3 * * *' # at 03:00 AM UTC everyday

env:
XC_VERSION: ${{ '16' }}
XC_VERSION: ${{ '16.2' }}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
XC_VERSION: ${{ '16' }}
XC_VERSION: ${{ '16.2' }}

jobs:
build:
Expand Down

0 comments on commit 4238342

Please sign in to comment.