Skip to content

Commit

Permalink
move CI to macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 4, 2024
1 parent 3cb4d14 commit 67767a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
Build:
runs-on: macOS-14
runs-on: macOS-15
steps:
- uses: actions/checkout@v4
- name: Install MAUI workload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

release-to-nuget:
name: Release and Sync Repos
runs-on: macos-14
runs-on: macos-15
needs: ['confirm-main-branch']
steps:
- name: Git checkout
Expand Down

0 comments on commit 67767a4

Please sign in to comment.