Skip to content

Commit

Permalink
Update build-analyze-xcode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjyv authored Sep 23, 2024
1 parent d3a9ddc commit ee64735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-analyze-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:
name: Build and analyze default scheme using xcodebuild command
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.0'
- name: Checkout
uses: actions/checkout@v4
- name: Set Default Scheme
Expand Down

0 comments on commit ee64735

Please sign in to comment.