Skip to content

Commit

Permalink
ci: update other Xcode versions too
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Aug 7, 2024
1 parent fa32098 commit b6ec04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
xcode-version: '15.4'

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
xcode-version: '15.4'

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit b6ec04c

Please sign in to comment.