From 67767a462dad7968c770b8290d310d4d08e271d1 Mon Sep 17 00:00:00 2001 From: Ben Baron Date: Wed, 4 Dec 2024 13:15:42 -0500 Subject: [PATCH] move CI to macos-15 --- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c8c2c9e..7143147 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,7 +5,7 @@ on: jobs: Build: - runs-on: macOS-14 + runs-on: macOS-15 steps: - uses: actions/checkout@v4 - name: Install MAUI workload diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bad879..b80a075 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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