From 30ff525224d2f6b9e3a87dcb935551e485f3bf82 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Thu, 27 Feb 2025 21:29:08 -0800 Subject: [PATCH] Update actions to macos-15 --- .github/workflows/deploying.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index ed86795..f1b6c11 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-15 strategy: matrix: channel: ['beta', 'release'] diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1058b8f..9582c47 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: testing: - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1