workflows: fix CI bundle build and name spelling

This commit is contained in:
selsta 2025-03-29 15:31:48 +01:00
parent 47f0047c9f
commit 4195735cd3
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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: