From 3f951c54e54e5efcd41b229c5d63418faab9e23a Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Sat, 20 Dec 2025 19:18:12 +0000 Subject: [PATCH] GHA: Migrate macos-13 => macos-15-intel --- .github/workflows/main-macos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main-macos.yml b/.github/workflows/main-macos.yml index 54756490..31ad1a76 100644 --- a/.github/workflows/main-macos.yml +++ b/.github/workflows/main-macos.yml @@ -10,8 +10,8 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - simple_build_macos13: - runs-on: macos-13 + simple_build_macos15: + runs-on: macos-15-intel # only and last supported intel MacOS timeout-minutes: 45 # x86_64 seems non-SSD based (slower) steps: - name: Checkout @@ -235,10 +235,10 @@ jobs: cp *.mak dist/BUILD-INFO/ cp *.LOG dist/BUILD-INFO/ - - name: Upload archive magic-macos13 + - name: Upload archive magic-macos15 uses: actions/upload-artifact@v4 with: - name: magic-macos13 + name: magic-macos15 path: | ${{ github.workspace }}/dist