From 7765327cff813bc21d83a25fb9bb84898f174970 Mon Sep 17 00:00:00 2001 From: Freeman <105403280+F-WRunTime@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:19:33 -0600 Subject: [PATCH] Update to macOS latest Version Macos-12 public runner is deprecated. --- .github/workflows/master-push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master-push.yml b/.github/workflows/master-push.yml index ea9f12a..189462f 100644 --- a/.github/workflows/master-push.yml +++ b/.github/workflows/master-push.yml @@ -12,10 +12,10 @@ jobs: include: - runner: ubuntu-latest os: ubuntu-latest - - runner: macos-12 - os: macos-12 - - runner: MacM1 - os: self-macos-12 + - runner: macos-15 + os: macos-15 + - runner: self-macos-latest + os: self-macos-latest runs-on: ${{ matrix.runner }} steps: - name: 'Check out code'