From 4195735cd3db7638ad60e740f88e030ac0a2e896 Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 29 Mar 2025 15:31:48 +0100 Subject: [PATCH] workflows: fix CI bundle build and name spelling --- .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 68390f11..94965bfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ env: jobs: build-macos: - runs-on: macOS-latest + runs-on: macos-latest steps: - uses: actions/checkout@v1 with: @@ -66,7 +66,7 @@ jobs: run: build/release/bin/monero-wallet-gui --test-qml macos-bundle: - runs-on: macOS-latest + runs-on: macos-13 steps: - uses: actions/checkout@v1 with: