From ee4e2f8d7676736710c24c05ce934a3ed81c30d7 Mon Sep 17 00:00:00 2001 From: godly-devotion Date: Thu, 5 Dec 2024 19:04:04 -0500 Subject: [PATCH] chore(deps): bump macOS build agent from 14 to 15 --- .github/workflows/ci.yml | 2 +- .github/workflows/gated-checkin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e6b7af..ba2c465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v4.2.2 diff --git a/.github/workflows/gated-checkin.yml b/.github/workflows/gated-checkin.yml index ae55466..ca417e4 100644 --- a/.github/workflows/gated-checkin.yml +++ b/.github/workflows/gated-checkin.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v4.2.2