Skip to content

Commit

Permalink
ci: set xcode version to latest-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Oct 7, 2024
1 parent 69ae262 commit 4869167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.1'
xcode-version: latest-stable

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

- 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: '16.1'
xcode-version: latest-stable

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

0 comments on commit 4869167

Please sign in to comment.