Skip to content

Commit

Permalink
Merge branch 'main' into dabritch-net9-hybridwebview
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch authored Nov 14, 2024
2 parents a9c0ed2 + c4d697f commit 61539cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-14]
os: [windows-latest, macos-15]

runs-on: ${{ matrix.os }}

Expand All @@ -27,7 +27,7 @@ jobs:

- name: Select Xcode Version
run: sudo xcode-select -s /Applications/Xcode_16.app
if: runner.os == 'macOS' # Remove when Xcode 15+ is default on the hosted runners
if: runner.os == 'macOS'

- name: Find and build all C# projects
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-14]
os: [windows-latest, macos-15]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 61539cb

Please sign in to comment.