From f5c3e8814e8d22414c32cf999432e35e504a9141 Mon Sep 17 00:00:00 2001 From: Phil Denhoff Date: Mon, 18 Nov 2024 15:08:32 -0800 Subject: [PATCH] chore: Use macos-15 runner macos-12 is deprecated --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce68d26..36d17c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-22.04, macos-12] + platform: [ubuntu-22.04, macos-15] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4 @@ -62,7 +62,7 @@ jobs: src-tauri/target/release/bundle/appimage/citadel_0.3.0_amd64.AppImage - name: (macOS only) Upload build artifacts - if: matrix.platform == 'macos-12' + if: matrix.platform == 'macos-15' uses: actions/upload-artifact@v4 with: name: macos-app-and-dmg